mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/2] a_ctz optimisations
@ 2018-04-19  0:40 Andre McCurdy
  2018-04-19  0:40 ` [PATCH 1/2] remove a_ctz_l from arch specific atomic_arch.h Andre McCurdy
  2018-04-19  0:41 ` [PATCH 2/2] provide a_ctz_32 helper Andre McCurdy
  0 siblings, 2 replies; 3+ messages in thread
From: Andre McCurdy @ 2018-04-19  0:40 UTC (permalink / raw)
  To: musl; +Cc: Andre McCurdy

This is the exact same code as previously submitted and tentatively
approved, but now split into two separate patches (one for the
generic changes and one to add an ARM optimised version of a_ctz_32).

Andre McCurdy (2):
  remove a_ctz_l from arch specific atomic_arch.h
  provide a_ctz_32 helper

 arch/arm/atomic_arch.h  | 12 ++++++++++++
 arch/i386/atomic_arch.h |  6 +++---
 arch/x32/atomic_arch.h  |  4 ++--
 src/internal/atomic.h   | 42 +++++++++++++++++++++++-------------------
 4 files changed, 40 insertions(+), 24 deletions(-)

-- 
1.9.1



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19  0:40 [PATCH 0/2] a_ctz optimisations Andre McCurdy
2018-04-19  0:40 ` [PATCH 1/2] remove a_ctz_l from arch specific atomic_arch.h Andre McCurdy
2018-04-19  0:41 ` [PATCH 2/2] provide a_ctz_32 helper Andre McCurdy

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).