avx512f-vgetmantps-2.c: Add -mfpmath=sse to dg-options.

* gcc.target/i386/avx512f-vgetmantps-2.c: Add -mfpmath=sse to
	dg-options.
	* gcc.target/i386/avx512f-vgetmantpd-2.c: Likewise.

From-SVN: r246775
This commit is contained in:
Jakub Jelinek 2017-04-07 21:23:24 +02:00 committed by Jakub Jelinek
parent dcb2c52718
commit c98b00166a
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2017-04-07 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/avx512f-vgetmantps-2.c: Add -mfpmath=sse to
dg-options.
* gcc.target/i386/avx512f-vgetmantpd-2.c: Likewise.
PR target/80322
PR target/80323
PR target/80325

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O2 -mavx512f -std=c99" } */
/* { dg-options "-O2 -mavx512f -std=c99 -mfpmath=sse" } */
/* { dg-require-effective-target avx512f } */
/* { dg-require-effective-target c99_runtime } */

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O2 -mavx512f -std=c99" } */
/* { dg-options "-O2 -mavx512f -std=c99 -mfpmath=sse" } */
/* { dg-require-effective-target avx512f } */
/* { dg-require-effective-target c99_runtime } */