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