summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/smmintrin.h
Commit message (Expand)AuthorAgeFilesLines
* Patched clang to emit x86 blends as shufflevectors.Filipe Cabecinhas2014-05-131-3/+17
* Intrinsics: fix extract & insert when index is out of bound.Manman Ren2013-10-231-7/+7
* Fix return type of _mm_extract_epi8 etc.Eli Friedman2013-09-211-2/+3
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-161-3/+3
* Correctly check argument types for some vector macros in smmintrin.h. Put par...Craig Topper2012-03-301-16/+39
* Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.Craig Topper2012-03-301-0/+6
* Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...Craig Topper2011-12-291-14/+3
* Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unne...Craig Topper2011-12-201-2/+2
* Fix obvious error in _mm_test_all_zeros. PR11565.Bob Wilson2011-12-141-1/+1
* Fix a blatant typo or cut/paste-o reported by users of this header.Chandler Carruth2011-12-091-1/+1
* Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin....Eli Friedman2011-11-101-15/+12
* Misc fixes to pcmp*stri.Eli Friedman2011-11-081-10/+10
* Move some type defines from smmintrin.h to emmintrin.h to match whereEric Christopher2010-08-261-4/+0
* fix some vector extractions to return properly zero extended valuesChris Lattner2010-08-201-3/+5
* Headers: Fix quoting of macro arguments in a couple more places.Daniel Dunbar2010-06-021-8/+8
* This is just a simple v4si * v4si, make it so.Eric Christopher2010-03-261-1/+1
* Make the license header in smmintrin.h match the other SSE headers.Anders Carlsson2010-03-241-22/+22
* fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner2010-03-221-41/+41
* Add sse4.2 header and builtin support.Eric Christopher2010-03-201-0/+112
* Add remaining sse4.1 intrinsics and builtins.Eric Christopher2010-03-151-0/+91
* Add SSE4 packed integer comparisons and corresponding intrinsics.Eric Christopher2010-03-121-0/+23
* Integer array extraction for sse4.1.Eric Christopher2010-03-111-0/+10
* Add packed integer array insertion.Eric Christopher2010-03-111-0/+13
* Add insert/extract_ps and related random macros.Eric Christopher2010-03-101-0/+21
* Add sse4.1 packed min and max intrinsics.Eric Christopher2010-03-071-0/+49
* Add load hint instruction intrinsic.Eric Christopher2010-03-071-0/+8
* Add in support for dword multiply and fp dot product intrinsics.Eric Christopher2010-03-071-0/+17
* Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.Eric Christopher2010-03-061-25/+5
* First start on smmintrin.h, rounding and blending.Eric Christopher2010-03-041-0/+130
OpenPOWER on IntegriCloud