Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
625ce084bc8de75e74b8920593ab761f20ff5971
/
lib
/
Headers
/
mmintrin.h
83a401b
PR9849: Fix _mm_setr_pi32 and friends to actually work correctly. They broke with the MMX rewrite a while back.
by Eli Friedman
· 14 years ago
d47e262
Clang part of MMX rewrite (goes with 115243).
by Dale Johannesen
· 14 years ago
28cab38
Accidentally committed some temporary changes on my branch when reverting patches.
by Bill Wendling
· 14 years ago
2a674e8
Temporarily revert 114929 114925 114924 114921. It looked like they (or at least
by Bill Wendling
· 14 years ago
6b6fe28
Fix a few more typos. Amusingly, GCC made the same mistake around version 3.2.
by Chandler Carruth
· 15 years ago
fa38c81
Add alternate names for x86 SIMD intrinsics. These aren't as common, but show
by Chandler Carruth
· 15 years ago
1bddbcb
fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.
by Chris Lattner
· 15 years ago
4bf4e30
Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions
by Anders Carlsson
· 15 years ago
3a266f2
Switch some functions from using x86 builtins to using vector operations.
by Eli Friedman
· 16 years ago
80c8004
Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid
by Eli Friedman
· 16 years ago
e308c41
Fix 80col violations.
by Mike Stump
· 16 years ago
a2f12ae
Add the nodebug attribute to intrinsics
by Anders Carlsson
· 16 years ago
0b4f69f
Fix mmintrin.h to use proper definition of functions taking no
by Daniel Dunbar
· 16 years ago
83e61e5
Mark mmintrin functions static inline, this ensures they don't end up
by Daniel Dunbar
· 16 years ago
f5e8ba0
Actually use the mmintrin.h header, it's good enough now.
by Anders Carlsson
· 16 years ago
[Renamed from lib/Headers/mmintrin.devel.h]
da298fd
Apparently gcc uses pi64 for the shift intrinsics.
by Anders Carlsson
· 16 years ago
551b964
Remove copyright notice, we decided not to have them.
by Anders Carlsson
· 16 years ago
edbd928
Use double-underscores in front of all non-keywords to protect against
by Eli Friedman
· 17 years ago
1e6d14f
Make header use the new __builtin_shufflevector builtin.
by Eli Friedman
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Headers/mmintrin.devel.h]
365db3b
Make intrinsics always_inline.
by Anders Carlsson
· 17 years ago
29d5c3b
Temporarily rename mmintrin.h so that it won't clash with the system header. It will be renamed back once the few remaining methods have been implemented.
by Anders Carlsson
· 17 years ago
[Renamed from Headers/mmintrin.h]
37958ee
Add mmintrin.h header
by Anders Carlsson
· 17 years ago