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 60926d6 commit f906c78Copy full SHA for f906c78
clang/test/CodeGen/AArch64/mixed-neon-types.c
@@ -1,6 +1,7 @@
1
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2
// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -x c %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-C
3
// RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon -x c++ %s -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-CPP
4
+// REQUIRES: aarch64-registered-target
5
6
typedef __Uint32x4_t X;
7
0 commit comments