Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
392b3f5798a62fe038082df0a5e2244b08b917d8
/
lib
/
Headers
/
smmintrin.h
5aeaca3
Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments.
by Craig Topper
· 13 years ago
5228982
Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.
by Craig Topper
· 13 years ago
e14e08b
Add popcnt feature flag to match gcc. This flag is implied when sse42 is enabled, but can be disabled separately. Move popcnt intrinsics to popcntintrin.h to match gcc.
by Craig Topper
· 13 years ago
4c07c5d
Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unneeded builtins for SSE pcmp. Change SSE pcmpeqq and pcmpgtq to not use builtins and just use vector == and >.
by Craig Topper
· 13 years ago
0d57ca1
Fix obvious error in _mm_test_all_zeros. PR11565. Patch by Mathias Gaunard!
by Bob Wilson
· 13 years ago
4b45c11
Fix a blatant typo or cut/paste-o reported by users of this header.
by Chandler Carruth
· 13 years ago
3472089
Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account.
by Eli Friedman
· 13 years ago
355130f
Misc fixes to pcmp*stri.
by Eli Friedman
· 13 years ago
faf9404
Move some type defines from smmintrin.h to emmintrin.h to match where
by Eric Christopher
· 14 years ago
d6b84b9
fix some vector extractions to return properly zero extended values
by Chris Lattner
· 14 years ago
79e5ab7
Headers: Fix quoting of macro arguments in a couple more places.
by Daniel Dunbar
· 15 years ago
054c276
This is just a simple v4si * v4si, make it so.
by Eric Christopher
· 15 years ago
1a37d0a
Make the license header in smmintrin.h match the other SSE headers.
by Anders Carlsson
· 15 years ago
1bddbcb
fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.
by Chris Lattner
· 15 years ago
67a5936
Add sse4.2 header and builtin support.
by Eric Christopher
· 15 years ago
7bd0dfd
Add remaining sse4.1 intrinsics and builtins.
by Eric Christopher
· 15 years ago
0c2b4f4
Add SSE4 packed integer comparisons and corresponding intrinsics.
by Eric Christopher
· 15 years ago
ff8aeaa
Integer array extraction for sse4.1.
by Eric Christopher
· 15 years ago
6fa43e3
Add packed integer array insertion.
by Eric Christopher
· 15 years ago
9a2a69f
Add insert/extract_ps and related random macros.
by Eric Christopher
· 15 years ago
3afda60
Add sse4.1 packed min and max intrinsics.
by Eric Christopher
· 15 years ago
0356848
Add load hint instruction intrinsic.
by Eric Christopher
· 15 years ago
c82ac95
Add in support for dword multiply and fp dot product intrinsics.
by Eric Christopher
· 15 years ago
9ce2116
Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.
by Eric Christopher
· 15 years ago
b71f956
First start on smmintrin.h, rounding and blending.
by Eric Christopher
· 15 years ago