brintos

brintos / llvm-project-archived public Read only

0
0
Text · 330 B · 2a25039 Raw
11 lines · c
1// RUN: %clang_cc1 -triple aarch64-none-linux-gnu  -target-feature +bf16 -target-feature +sme -target-feature +sme2 -target-feature +sme2p1 -fsyntax-only -verify %s2 3// REQUIRES: aarch64-registered-target4#include "arm_sme.h"5 6svuint8x2_t  test_sme2p1(svuint8x2_t  x) __arm_streaming {7  // expected-no-diagnostics8  return x;9}10 11