]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm, testsuite: fix fast-math-bb-slp-complex-mla-float.c dg-add-options
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 19 Dec 2024 10:07:28 +0000 (10:07 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 20 Jan 2025 15:44:57 +0000 (15:44 +0000)
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/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c

index 61026bef7154f5b31508884d764f604ef89f08ea..7b2a8dd261c85398180d83a27d4fb3e120e9a776 100644 (file)
@@ -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