aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/mmintrin.h
AgeCommit message (Expand)Author
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