[X86][SSE] Add i386 test coverage to sse3 intrinsic tests

This commit is contained in:
Simon Pilgrim 2022-04-20 10:41:09 +01:00
parent 6574d75b8d
commit 88d61cc6e9
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -no-opaque-pointers -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +sse3 -emit-llvm -o - -Wall -Werror | FileCheck %s
// RUN: %clang_cc1 -no-opaque-pointers -flax-vector-conversions=none -ffreestanding %s -triple=i386-apple-darwin -target-feature +sse3 -emit-llvm -o - -Wall -Werror | FileCheck %s
#include <immintrin.h>