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 Mon, Nov 8, 2010 at 10:31 AM, Richard Henderson <rth@redhat.com> wrote:
> 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~
>

Attached with those two changes, passes bootstrap and make -k check.

Okay to commit?  (Or does the "Otherwise ok" count)
-- 
Quentin


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