aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/pr121300.c
blob: 5f2cd9aaa343584fd23d38535f62f189dd044e82 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-S -O3 -march=armv9-a+sme2" } */

#include <arm_sme.h>

svfloat16x2_t test (svfloat16x2_t zd, svfloat16x2_t zm) __arm_streaming
{
    return svamin_f16_x2 (zd, zm); // { dg-error "ACLE function .svamin_f16_x2. requires ISA extension .faminmax." }
}