aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/smmintrin.h
AgeCommit message (Expand)Author
2013-01-16PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie
2012-03-30Correctly check argument types for some vector macros in smmintrin.h. Put par...Craig Topper
2012-03-30Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.Craig Topper
2011-12-29Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...Craig Topper
2011-12-20Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unne...Craig Topper
2011-12-14Fix obvious error in _mm_test_all_zeros. PR11565.Bob Wilson
2011-12-09Fix a blatant typo or cut/paste-o reported by users of this header.Chandler Carruth
2011-11-10Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin....Eli Friedman
2011-11-08Misc fixes to pcmp*stri.Eli Friedman
2010-08-26Move some type defines from smmintrin.h to emmintrin.h to match whereEric Christopher
2010-08-20fix some vector extractions to return properly zero extended valuesChris Lattner
2010-06-02Headers: Fix quoting of macro arguments in a couple more places.Daniel Dunbar
2010-03-26This is just a simple v4si * v4si, make it so.Eric Christopher
2010-03-24Make the license header in smmintrin.h match the other SSE headers.Anders Carlsson
2010-03-22fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner
2010-03-20Add sse4.2 header and builtin support.Eric Christopher
2010-03-15Add remaining sse4.1 intrinsics and builtins.Eric Christopher
2010-03-12Add SSE4 packed integer comparisons and corresponding intrinsics.Eric Christopher
2010-03-11Integer array extraction for sse4.1.Eric Christopher
2010-03-11Add packed integer array insertion.Eric Christopher
2010-03-10Add insert/extract_ps and related random macros.Eric Christopher
2010-03-07Add sse4.1 packed min and max intrinsics.Eric Christopher
2010-03-07Add load hint instruction intrinsic.Eric Christopher
2010-03-07Add in support for dword multiply and fp dot product intrinsics.Eric Christopher
2010-03-06Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.Eric Christopher
2010-03-04First start on smmintrin.h, rounding and blending.Eric Christopher