Skip to content
Snippets Groups Projects
Commit 7cc57301 authored by Christophe Lyon's avatar Christophe Lyon
Browse files

arm, testsuite: fix fast-math-bb-slp-complex-mla-float.c dg-add-options

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.
parent cb356512
No related branches found
No related tags found
No related merge requests found
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target vect_complex_add_float } */ /* { dg-require-effective-target vect_complex_add_float } */
/* { dg-additional-options "-ffast-math -fdump-tree-vect-details" } */ /* { 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 TYPE float
#define N 16 #define N 16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment