[cfe-commits] r47850 - /cfe/trunk/Headers/mmintrin.h

Mike Stump mrs at apple.com
Mon Mar 3 16:11:51 PST 2008


On Mar 3, 2008, at 11:29 AM, Anders Carlsson wrote:
> +inline void _mm_empty()
> +{
> +    __builtin_ia32_emms();
> +}

Do we have an always_inline attr yet?  :-)  Also, a nodebug style  
attribute is useful to avoid having a debugger show us that we are in  
this file...



More information about the cfe-commits mailing list