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 2acdc56 commit d5fc0cdCopy full SHA for d5fc0cd
clang/test/CodeGen/X86/avx512fp16-builtins.c
@@ -1,6 +1,7 @@
1
// RUN: %clang_cc1 -ffreestanding -flax-vector-conversions=none %s -triple=x86_64-unknown-unknown -target-feature +avx512fp16 -emit-llvm -o - -Wall -Werror | FileCheck %s
2
3
#include <immintrin.h>
4
+#include "builtin_test_helpers.h"
5
6
_Float16 test_mm512_cvtsh_h(__m512h __A) {
7
// CHECK-LABEL: @test_mm512_cvtsh_h
0 commit comments