Add support for conditional reductions using SVE CLASTB
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / sve / vcond_5_run.c
blobdeec44c21b2a77a158f6f1b5e9b1929f2c8377fe
1 /* { dg-do run { target aarch64_sve_hw } } */
2 /* { dg-options "-O2 -ftree-vectorize -fno-trapping-math" } */
3 /* { dg-require-effective-target fenv_exceptions } */
5 #define TEST_EXCEPTIONS 0
6 #include "vcond_4_run.c"