aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/emmintrin.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-09-18Fix PR4923.Anders Carlsson
2009-07-22Switch some functions from using x86 builtins to using vector Eli Friedman
2009-06-07Remove a few more vector builtins.Eli Friedman
2009-06-06Replace more calls to builtins with generic code.Eli Friedman
2009-06-06Fix some casts to work without -flax-vector-conversions.Eli Friedman
2009-06-06Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid Eli Friedman
2009-06-02Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.Eli Friedman
2009-05-18Add 'cmp' SSE builtins and get rid of a bunch of other builtins.Anders Carlsson
2009-04-06Fix typo.Anders Carlsson
2009-02-14Add the nodebug attribute to intrinsicsAnders Carlsson
2009-02-1380col.Mike Stump
2009-01-21Fix more bugs I discoveredAnders Carlsson
2008-12-26Fix implementation of _mm_pause.Anders Carlsson
2008-12-26OK, all tests pass. Let's start using the SSE2 headerAnders Carlsson