We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e041 commit c552207Copy full SHA for c552207
clang/test/CodeGen/X86/avx512fp16-builtins.c
@@ -4,6 +4,7 @@
4
// 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
5
6
#include <immintrin.h>
7
+#include "builtin_test_helpers.h"
8
9
_Float16 test_mm512_cvtsh_h(__m512h __A) {
10
// CHECK-LABEL: test_mm512_cvtsh_h
0 commit comments