forked from OSchip/llvm-project
[X86][SSE] Add i386 test coverage to ssse3 intrinsic tests
This commit is contained in:
parent
88d61cc6e9
commit
c86588af65
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +ssse3 -emit-llvm -o - -Wall -Werror | FileCheck %s
|
||||
// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-apple-darwin -target-feature +ssse3 -emit-llvm -o - -Wall -Werror | FileCheck %s
|
||||
|
||||
|
||||
#include <immintrin.h>
|
||||
|
|
Loading…
Reference in New Issue