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
/
emmintrin.h
Age
Commit message (
Expand
)
Author
2009-09-18
Make our char vector types not be explicitly signed to match GCC and to fix c...
Anders Carlsson
2009-09-18
Fix PR4923.
Anders Carlsson
2009-07-22
Switch some functions from using x86 builtins to using vector
Eli Friedman
2009-06-07
Remove a few more vector builtins.
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-06
Fix typo.
Anders Carlsson
2009-02-14
Add the nodebug attribute to intrinsics
Anders Carlsson
2009-02-13
80col.
Mike Stump
2009-01-21
Fix more bugs I discovered
Anders Carlsson
2008-12-26
Fix implementation of _mm_pause.
Anders Carlsson
2008-12-26
OK, all tests pass. Let's start using the SSE2 header
Anders Carlsson