]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix testsuite fallout of VF == 1 epilogue vectorization change
authorRichard Biener <rguenther@suse.de>
Thu, 15 Jan 2026 07:51:36 +0000 (08:51 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 15 Jan 2026 07:52:53 +0000 (08:52 +0100)
The following fixes a testsuite fallout on aarch64.

* gcc.dg/vect/complex/fast-math-complex-add-half-float.c:
Avoid epilogue vectorization.

gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-add-half-float.c

index 1c8625b0e19f8e553e4f446056a6ef49f41f6bea..1cafb4f1c3a6de9de771172e397e8792580db33a 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-additional-options "-ffast-math" } */
+/* { dg-additional-options "-ffast-math --param vect-epilogues-nomask=0" } */
 /* { dg-require-effective-target vect_complex_add_half } */
 /* { dg-require-effective-target float16 } */
 /* { dg-add-options arm_v8_3a_fp16_complex_neon } */