aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/mmintrin.h
AgeCommit message (Expand)Author
2011-05-05PR9849: Fix _mm_setr_pi32 and friends to actually work correctly. They broke...Eli Friedman
2010-09-30Clang part of MMX rewrite (goes with 115243).Dale Johannesen
2010-09-28Accidentally committed some temporary changes on my branch when reverting pat...Bill Wendling
2010-09-28Temporarily revert 114929 114925 114924 114921. It looked like they (or at leastBill Wendling
2010-08-08Fix a few more typos. Amusingly, GCC made the same mistake around version 3.2.Chandler Carruth
2010-07-22Add alternate names for x86 SIMD intrinsics. These aren't as common, but showChandler Carruth
2010-03-22fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner
2009-09-18Make our char vector types not be explicitly signed to match GCC and to fix c...Anders Carlsson
2009-07-22Switch some functions from using x86 builtins to using vector Eli Friedman
2009-06-06Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid Eli Friedman
2009-02-14Fix 80col violations.Mike Stump
2009-02-14Add the nodebug attribute to intrinsicsAnders Carlsson
2008-10-29Fix mmintrin.h to use proper definition of functions taking noDaniel Dunbar
2008-10-28Mark mmintrin functions static inline, this ensures they don't end upDaniel Dunbar
2008-10-06Actually use the mmintrin.h header, it's good enough now.Anders Carlsson