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 55cdbda commit 56c93a4Copy full SHA for 56c93a4
clang/test/Sema/aarch64-sme-attrs-without-sve.cpp
@@ -1,5 +1,7 @@
1
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -fsyntax-only -verify %s
2
3
+// REQUIRES: aarch64-registered-target
4
+
5
#include <arm_sme.h>
6
7
void test_streaming(svint32_t *out, svint32_t *in) __arm_streaming {
0 commit comments