|
Message-Id: <1524098460-8072-1-git-send-email-armccurdy@gmail.com> Date: Wed, 18 Apr 2018 17:40:58 -0700 From: Andre McCurdy <armccurdy@...il.com> To: musl@...ts.openwall.com Cc: Andre McCurdy <armccurdy@...il.com> Subject: [PATCH 0/2] a_ctz optimisations 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.