On Thu, Dec 25, 2008 at 5:57 PM, Eli Friedman <[email protected]> wrote:
> On Thu, Dec 25, 2008 at 4:49 PM, Anders Carlsson <[email protected]> wrote:
>> +static inline void __attribute__((__always_inline__)) _mm_pause(void)
>> +{
>> +  asm("pause");
>> +}
>
> Doesn't this need to be marked volatile?

Err, nevermind about volatile... asm statements without argument lists
are always volatile.

-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to