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
/
xmmintrin.h
Age
Commit message (
Expand
)
Author
2009-06-11
Following gcc, hide the hack to include the SSE2 intrinsics from
Eli Friedman
2009-06-07
xmmintrin needs to include emmintrin, Darwin system headers seem to depend on it
Daniel Dunbar
2009-06-07
Now that LLVM CodeGen can handle the generic variations a bit better,
Eli Friedman
2009-06-06
Replace more calls to builtins with generic code.
Eli Friedman
2009-06-06
Fix some casts to work without -flax-vector-conversions.
Eli Friedman
2009-06-06
Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid
Eli Friedman
2009-06-02
Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.
Eli Friedman
2009-05-18
Add 'cmp' SSE builtins and get rid of a bunch of other builtins.
Anders Carlsson
2009-04-17
fix misspelt attribute.
Chris Lattner
2009-02-17
Spell __always_inline__ correctly.
Daniel Dunbar
2009-02-14
Fix more xmmintrin.h typos
Anders Carlsson
2009-02-14
Add the nodebug attribute to intrinsics
Anders Carlsson
2009-02-13
80col.
Mike Stump
2009-02-11
Fix some mistakes I made when I tried to decipher the Intel documentation of ...
Anders Carlsson
2009-01-21
Fix more bugs I discovered
Anders Carlsson
2009-01-20
Fix some errors I noticed
Anders Carlsson
2008-12-27
Add a MS specific intrinsic.
Anders Carlsson
2008-12-26
OK, all tests pass. Let's start using the SSE2 header
Anders Carlsson
2008-12-22
Fix test failures noticed by Fariborz.
Anders Carlsson
2008-12-22
Flip the switch and start using the new xmmintrin.h
Anders Carlsson