mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Correct an entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa9fb8c70e
commit
adf29e4e3f
@ -770,8 +770,8 @@ http://llvm.org/bugs/show_bug.cgi?id=729
|
||||
|
||||
#include <emmintrin.h>
|
||||
|
||||
void test(__m128 *res, __m128 *A) {
|
||||
*res = _mm_shuffle_ps(*A, *A, 0xF0);
|
||||
void test(__m128 *res, __m128 *A, __m128 *B) {
|
||||
*res = _mm_shuffle_ps(*A, *B, 0xF0);
|
||||
}
|
||||
|
||||
We should emit
|
||||
|
Loading…
x
Reference in New Issue
Block a user