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 c50c5a9 commit 55e4d44Copy full SHA for 55e4d44
clang/test/Sema/bug113094.cpp
@@ -0,0 +1,6 @@
1
+// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target aarch64-unknown-linux-gnu -c -Xclang -verify %s
2
+// REQUIRES: aarch64-registered-target
3
+
4
+// expected-no-diagnostics
5
6
+typedef __attribute__ ((__neon_vector_type__ (4))) float __f32x4_t;
0 commit comments