Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
9afb227116f675fdaaa9552ea93e4190253d77df
/
lib
/
Headers
/
xmmintrin.h
9afb227
fix a bug in the _MM_TRANSPOSE4_PS definition, patch by Brian Sumner from PR6138
by Chris Lattner
· 15 years ago
2c48345
_mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine,
by Chris Lattner
· 15 years ago
c7d95dc
Following gcc, hide the hack to include the SSE2 intrinsics from
by Eli Friedman
· 15 years ago
3eef3e1
xmmintrin needs to include emmintrin, Darwin system headers seem to depend on it
by Daniel Dunbar
· 15 years ago
e0ae8bd
Now that LLVM CodeGen can handle the generic variations a bit better,
by Eli Friedman
· 15 years ago
098136a
Replace more calls to builtins with generic code.
by Eli Friedman
· 15 years ago
17d2e3a
Fix some casts to work without -flax-vector-conversions.
by Eli Friedman
· 15 years ago
80c8004
Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid
by Eli Friedman
· 15 years ago
db7351a
Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.
by Eli Friedman
· 15 years ago
79dcf5f
Add 'cmp' SSE builtins and get rid of a bunch of other builtins.
by Anders Carlsson
· 15 years ago
7add547
fix misspelt attribute.
by Chris Lattner
· 16 years ago
d99e31b
Spell __always_inline__ correctly.
by Daniel Dunbar
· 16 years ago
a837a07
Fix more xmmintrin.h typos
by Anders Carlsson
· 16 years ago
a2f12ae
Add the nodebug attribute to intrinsics
by Anders Carlsson
· 16 years ago
dae4413
80col.
by Mike Stump
· 16 years ago
4cc4427
Fix some mistakes I made when I tried to decipher the Intel documentation of the MXCSR register
by Anders Carlsson
· 16 years ago
bbd1fa2
Fix more bugs I discovered
by Anders Carlsson
· 16 years ago
62005c1
Fix some errors I noticed
by Anders Carlsson
· 16 years ago
12868cc
Add a MS specific intrinsic.
by Anders Carlsson
· 16 years ago
4fd3e63
OK, all tests pass. Let's start using the SSE2 header
by Anders Carlsson
· 16 years ago
398082e
Fix test failures noticed by Fariborz.
by Anders Carlsson
· 16 years ago
2a29dcc
Flip the switch and start using the new xmmintrin.h
by Anders Carlsson
· 16 years ago
[Renamed from lib/Headers/xmmintrin.devel.h]
8e28d24
Comment out _mm_insert_pi16 for now
by Anders Carlsson
· 16 years ago
a6431dc
Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now.
by Anders Carlsson
· 16 years ago
b595509
Add macros
by Anders Carlsson
· 16 years ago
50099cb
Add misc intrinsics
by Anders Carlsson
· 16 years ago
c1f9afd
Add control register intrinsics
by Anders Carlsson
· 16 years ago
62af71c
Add integer intrinsics
by Anders Carlsson
· 16 years ago
dedad4e
Add cacheability intrinsics
by Anders Carlsson
· 16 years ago
09b9305
Add store intrinsics
by Anders Carlsson
· 16 years ago
a6ba001
Add set intrinsics
by Anders Carlsson
· 16 years ago
9770086
Add load intrinsics
by Anders Carlsson
· 16 years ago
1b76b80
_mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__
by Anders Carlsson
· 16 years ago
4fcc313
Add a couple of conversion intrinsics
by Anders Carlsson
· 16 years ago
f62c681
Add comparison intrinsics.
by Anders Carlsson
· 16 years ago
566d8da
Check in an in-progress version of xmmintrin.h that I had lying around.
by Anders Carlsson
· 16 years ago