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...