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