Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 19 Apr 2017 00:49:31 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] add a_clz_64 helper function

* Szabolcs Nagy <nsz@...t70.net> [2017-04-19 00:20:54 +0200]:
> +++ b/arch/arm/atomic_arch.h
> @@ -81,3 +81,10 @@ static inline void a_crash()
>  #endif
>  		: : : "memory");
>  }
> +
> +#define a_clz_32
> +static inline int a_clz_32(uint32_t x)
> +{

oops this should be

#define a_clz_32 a_clz_32

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.