This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 1/2] AMD bdver2 processors - BMI


On 11/08/2010 08:13 AM, Quentin Neill wrote:
> +__tzcnt_u32 (unsigned int __X)
> +{
> +  return __builtin_ctzl(__X);

ctz, no l.

> +  UNSPEC_TZCNT

Leftover.

Otherwise ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]