Skip to content

Commit

Permalink
* gcc.target/i386/avx512f-vgetmantps-2.c: Add -mfpmath=sse to
Browse files Browse the repository at this point in the history
	dg-options.
	* gcc.target/i386/avx512f-vgetmantpd-2.c: Likewise.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246775 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jakub committed Apr 7, 2017
1 parent 580a6e9 commit ae4f1e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.target/i386/avx512f-vgetmantpd-2.c
Original file line number Diff line number Diff line change
@@ -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 } */

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.target/i386/avx512f-vgetmantps-2.c
Original file line number Diff line number Diff line change
@@ -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 } */

Expand Down

0 comments on commit ae4f1e0

Please sign in to comment.