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