mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Improved feature testing for ARMv6
@ 2018-04-19  1:51 Andre McCurdy
  2018-04-19  1:51 ` [PATCH 1/2] arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros Andre McCurdy
  2018-04-19  1:51 ` [PATCH 2/2] arm: enable a_ll and a_sc helper functions when building for ARMv6T2 Andre McCurdy
  0 siblings, 2 replies; 8+ messages in thread
From: Andre McCurdy @ 2018-04-19  1:51 UTC (permalink / raw)
  To: musl; +Cc: Andre McCurdy

Fix two corner cases where ARM architecture specific optimizations
are not being applied consistently and/or optimally for ARMv6.

Andre McCurdy (2):
  arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros
  arm: enable a_ll and a_sc helper functions when building for ARMv6T2

 arch/arm/atomic_arch.h  | 4 ++--
 arch/arm/pthread_arch.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-04-19 21:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19  1:51 [PATCH 0/2] Improved feature testing for ARMv6 Andre McCurdy
2018-04-19  1:51 ` [PATCH 1/2] arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros Andre McCurdy
2018-04-19  1:51 ` [PATCH 2/2] arm: enable a_ll and a_sc helper functions when building for ARMv6T2 Andre McCurdy
2018-04-19 16:38   ` Rich Felker
2018-04-19 19:14     ` Andre McCurdy
2018-04-19 19:25       ` Rich Felker
2018-04-19 20:38         ` Andre McCurdy
2018-04-19 21:32           ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).