On 19/12/2024 12:17, Christophe Lyon wrote: > The test uses floats, not fp16 so it should use arm_v8_3a_complex_neon > instead of arm_v8_3a_fp16_complex_neon. > > This makes it PASS on arm-linux-gnueabihf instead of being UNRESOLVED. > > gcc/testsuite/ChangeLog: > * gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c: Use > arm_v8_3a_complex_neon. > --- > .../gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c > b/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c > index 61026bef715..7b2a8dd261c 100644 > --- a/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c > +++ b/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c > @@ -1,7 +1,7 @@ > /* { dg-do compile } */ > /* { dg-require-effective-target vect_complex_add_float } */ > /* { dg-additional-options "-ffast-math -fdump-tree-vect-details" } */ > -/* { dg-add-options arm_v8_3a_fp16_complex_neon } */ > +/* { dg-add-options arm_v8_3a_complex_neon } */ > > #define TYPE float > #define N 16
OK. R.