Skip to content

Commit 12080a9

Browse files
committed
add builtin_test_helpers header
1 parent 2acdc56 commit 12080a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clang_cc1 -ffreestanding -flax-vector-conversions=none %s -triple=x86_64-unknown-unknown -target-feature +avx512fp16 -emit-llvm -o - -Wall -Werror | FileCheck %s
22

33
#include <immintrin.h>
4+
#include "builtin_test_helpers.h"
45

56
_Float16 test_mm512_cvtsh_h(__m512h __A) {
67
// CHECK-LABEL: @test_mm512_cvtsh_h

0 commit comments

Comments
 (0)