summaryrefslogtreecommitdiffstats
path: root/lib/Headers/mmintrin.h
Commit message (Expand)AuthorAgeFilesLines
* [DOXYGEN] Corrected typos and incorrect parameters description.Ekaterina Romanova2017-07-121-1/+1
* [DOXYGEN] Minor improvements in doxygen comments.Ekaterina Romanova2017-05-151-40/+61
* [DOXYGEN] Documentation for the newly added x86 intrinsics.Ekaterina Romanova2017-01-131-1/+1
* [DOXYGEN] Improved doxygen comments for x86 intrinsics.Ekaterina Romanova2016-12-271-17/+17
* [DOXYGEN] Improved doxygen comments for x86 intrinsics headers.Ekaterina Romanova2016-12-091-62/+62
* [DOXYGEN] Improved doxygen comments.Ekaterina Romanova2016-12-081-6/+10
* Add doxygen comments to mmintrin.h's intrinsics.Ekaterina Romanova2016-06-101-0/+1041
* [X86] Add typecasts to remove most assumptions about what __m128i/__m256i is ...Craig Topper2016-05-161-8/+9
* [X86] Add missing m64/int64 conversionsMichael Kuperstein2015-12-201-0/+2
* Clean up trailing whitespace in the builtin headersSean Silva2015-09-121-19/+19
* [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTRMichael Kuperstein2015-06-301-69/+69
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-171-7/+1
* Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher2015-06-171-67/+71
* PR9849: Fix _mm_setr_pi32 and friends to actually work correctly. They broke...Eli Friedman2011-05-051-4/+4
* Clang part of MMX rewrite (goes with 115243).Dale Johannesen2010-09-301-44/+40
* Accidentally committed some temporary changes on my branch when reverting pat...Bill Wendling2010-09-281-40/+44
* Temporarily revert 114929 114925 114924 114921. It looked like they (or at leastBill Wendling2010-09-281-44/+40
* Fix a few more typos. Amusingly, GCC made the same mistake around version 3.2.Chandler Carruth2010-08-081-4/+4
* Add alternate names for x86 SIMD intrinsics. These aren't as common, but showChandler Carruth2010-07-221-0/+58
* fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner2010-03-221-67/+67
* Make our char vector types not be explicitly signed to match GCC and to fix c...Anders Carlsson2009-09-181-1/+1
* Switch some functions from using x86 builtins to using vector Eli Friedman2009-07-221-7/+7
* Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid Eli Friedman2009-06-061-2/+2
* Fix 80col violations.Mike Stump2009-02-141-71/+144
* Add the nodebug attribute to intrinsicsAnders Carlsson2009-02-141-67/+67
* Fix mmintrin.h to use proper definition of functions taking noDaniel Dunbar2008-10-291-2/+2
* Mark mmintrin functions static inline, this ensures they don't end upDaniel Dunbar2008-10-281-67/+67
* Actually use the mmintrin.h header, it's good enough now.Anders Carlsson2008-10-061-0/+376