index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Headers
/
smmintrin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patched clang to emit x86 blends as shufflevectors.
Filipe Cabecinhas
2014-05-13
1
-3
/
+17
*
Intrinsics: fix extract & insert when index is out of bound.
Manman Ren
2013-10-23
1
-7
/
+7
*
Fix return type of _mm_extract_epi8 etc.
Eli Friedman
2013-09-21
1
-2
/
+3
*
PR14964: intrinsic headers using non-reserved identifiers
David Blaikie
2013-01-16
1
-3
/
+3
*
Correctly check argument types for some vector macros in smmintrin.h. Put par...
Craig Topper
2012-03-30
1
-16
/
+39
*
Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.
Craig Topper
2012-03-30
1
-0
/
+6
*
Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...
Craig Topper
2011-12-29
1
-14
/
+3
*
Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unne...
Craig Topper
2011-12-20
1
-2
/
+2
*
Fix obvious error in _mm_test_all_zeros. PR11565.
Bob Wilson
2011-12-14
1
-1
/
+1
*
Fix a blatant typo or cut/paste-o reported by users of this header.
Chandler Carruth
2011-12-09
1
-1
/
+1
*
Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin....
Eli Friedman
2011-11-10
1
-15
/
+12
*
Misc fixes to pcmp*stri.
Eli Friedman
2011-11-08
1
-10
/
+10
*
Move some type defines from smmintrin.h to emmintrin.h to match where
Eric Christopher
2010-08-26
1
-4
/
+0
*
fix some vector extractions to return properly zero extended values
Chris Lattner
2010-08-20
1
-3
/
+5
*
Headers: Fix quoting of macro arguments in a couple more places.
Daniel Dunbar
2010-06-02
1
-8
/
+8
*
This is just a simple v4si * v4si, make it so.
Eric Christopher
2010-03-26
1
-1
/
+1
*
Make the license header in smmintrin.h match the other SSE headers.
Anders Carlsson
2010-03-24
1
-22
/
+22
*
fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.
Chris Lattner
2010-03-22
1
-41
/
+41
*
Add sse4.2 header and builtin support.
Eric Christopher
2010-03-20
1
-0
/
+112
*
Add remaining sse4.1 intrinsics and builtins.
Eric Christopher
2010-03-15
1
-0
/
+91
*
Add SSE4 packed integer comparisons and corresponding intrinsics.
Eric Christopher
2010-03-12
1
-0
/
+23
*
Integer array extraction for sse4.1.
Eric Christopher
2010-03-11
1
-0
/
+10
*
Add packed integer array insertion.
Eric Christopher
2010-03-11
1
-0
/
+13
*
Add insert/extract_ps and related random macros.
Eric Christopher
2010-03-10
1
-0
/
+21
*
Add sse4.1 packed min and max intrinsics.
Eric Christopher
2010-03-07
1
-0
/
+49
*
Add load hint instruction intrinsic.
Eric Christopher
2010-03-07
1
-0
/
+8
*
Add in support for dword multiply and fp dot product intrinsics.
Eric Christopher
2010-03-07
1
-0
/
+17
*
Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.
Eric Christopher
2010-03-06
1
-25
/
+5
*
First start on smmintrin.h, rounding and blending.
Eric Christopher
2010-03-04
1
-0
/
+130