Skip to content

Commit 0140a67

Browse files
committed
[X86][AVX] Add i386 test coverage to avx-vnni intrinsic tests
1 parent 2c176f2 commit 0140a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGen/X86/avxvnni-builtins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +avxvnni -emit-llvm -o - -Wall -Werror | FileCheck %s
2+
// RUN: %clang_cc1 -ffreestanding %s -triple=i386-apple-darwin -target-feature +avxvnni -emit-llvm -o - -Wall -Werror | FileCheck %s
23

34
#include <immintrin.h>
45

0 commit comments

Comments
 (0)