Skip to content

Commit c552207

Browse files
committed
Add missing builtin_test_helpers header
1 parent e54e041 commit c552207

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
@@ -4,6 +4,7 @@
44
// RUN: %clang_cc1 -x c++ -ffreestanding -flax-vector-conversions=none %s -triple=i686-unknown-unknown -target-feature +avx512fp16 -emit-llvm -o - -Wall -Werror | FileCheck %s --check-prefixes=CHECK
55

66
#include <immintrin.h>
7+
#include "builtin_test_helpers.h"
78

89
_Float16 test_mm512_cvtsh_h(__m512h __A) {
910
// CHECK-LABEL: test_mm512_cvtsh_h

0 commit comments

Comments
 (0)