bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] count-leading-zeros: new module


From: Ben Pfaff
Subject: Re: [PATCH] count-leading-zeros: new module
Date: Fri, 10 Aug 2012 21:37:52 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Eric Blake <address@hidden> writes:

> +/* Expand the code which computes the number of leading zeros of the local
> +   variable 'x' of type TYPE (an unsigned integer type) and returns it
> +   from the current function.  */
> +#if 0 && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)

Do you really want "0 &&" there?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]