Fix gcc.target/i386/long-double-80-7.c (PR target/54866)
PR target/54866 * gcc.target/i386/long-double-80-7.c: Add -msse2 to dg-options. From-SVN: r192253
This commit is contained in:
parent
58191b2eb7
commit
d2310dd112
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse" } */
|
||||
/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse -msse2" } */
|
||||
/* { dg-require-effective-target sse2 } */
|
||||
|
||||
#include "sse2-check.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue