]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-mls-double.c
testsuite: enable fast-math-complex-* testcases.
[gcc.git] / gcc / testsuite / gcc.dg / vect / complex / fast-math-complex-mls-double.c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_complex_add_double } */
3 /* { dg-add-options arm_v8_3a_complex_neon } */
4
5 #define TYPE double
6 #define N 200
7 #include "complex-mls-template.c"
8 /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT270" "vect" } } */
9 /* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "vect" } } */
10 /* { dg-final { scan-tree-dump "Found COMPLEX_FMS_CONJ" "vect" } } */
11 /* { dg-final { scan-tree-dump "Found COMPLEX_FMS" "vect" } } */
This page took 0.032308 seconds and 5 git commands to generate.