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 01e40e4 commit 76df571Copy full SHA for 76df571
clang/test/Headers/no-xend.cpp
@@ -0,0 +1,10 @@
1
+// RUN: %clang_cc1 -triple x86_64-pc-win32 \
2
+// RUN: -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 \
3
+// RUN: -ffreestanding -fsyntax-only -Werror -Wsystem-headers \
4
+// RUN: -isystem %S/Inputs/include %s
5
+
6
+#include <immintrin.h>
7
8
+#pragma clang attribute push(__attribute__((target("avx"))), apply_to=function)
9
+#include <intrin.h>
10
+#pragma clang attribute pop
0 commit comments