llvm-6502/include
Bill Wendling 5e249b4a14 "The original bug was a complaint that _mm_srli_si128 mis-compiled when passed
a constant vector ("{0x123, 0x456}" syntax).  The fix is to simplify the
_mm_srli_si128 macro, and  move the "* 8" from the macro into the compiler
back-end.  I can't change the existing __builtins because so many people are
using them :-(."
Patch by Stuart Hastings!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56944 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-02 05:56:52 +00:00
..
llvm "The original bug was a complaint that _mm_srli_si128 mis-compiled when passed 2008-10-02 05:56:52 +00:00
llvm-c Large mechanical patch. 2008-09-25 21:00:45 +00:00