[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] count-leading-zeros: fix pragma typos
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] count-leading-zeros: fix pragma typos |
Date: |
Tue, 06 Jan 2015 17:03:20 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
On 06/01/15 16:51, Paul Eggert wrote:
> * lib/count-leading-zeros.h (_BitScanReverse, _BitScanReverse64):
> Fix typos in declaration of intrinsics when _MSC_VER.
Which would can these low level instructions
to not be used without /Oi.
Good spot.
thanks,
Pádraig