[cfe-commits] r47850 - /cfe/trunk/Headers/mmintrin.h
Devang Patel
dpatel at apple.com
Mon Mar 3 17:29:55 PST 2008
On Mar 3, 2008, at 5:03 PM, Mike Stump wrote:
>> Actually, I just realized an issue with the current implementation:
>> shouldn't the functions in mmintrin.h actually be static inline?
>
> No, that won't work for C99+, as that then prevents these routines
> from being used in inline functions.
Does c99+ specs cover compiler builtins here ?
-
Devang
More information about the cfe-commits
mailing list