| Index: gcc/gcc/testsuite/gcc.target/i386/recip-divf.c
|
| diff --git a/gcc/gcc/testsuite/gcc.target/i386/recip-divf.c b/gcc/gcc/testsuite/gcc.target/i386/recip-divf.c
|
| index b4447d33ac564e6bbd50bd5ab2a78e124a322dfb..5d2f1bedba925df3311af99b6d6bf6a2fa6b7d11 100644
|
| --- a/gcc/gcc/testsuite/gcc.target/i386/recip-divf.c
|
| +++ b/gcc/gcc/testsuite/gcc.target/i386/recip-divf.c
|
| @@ -1,5 +1,6 @@
|
| /* { dg-do compile } */
|
| /* { dg-options "-O2 -ffast-math -msse -mfpmath=sse -mrecip" } */
|
| +/* { dg-require-effective-target sse } */
|
|
|
| float t1(float a, float b)
|
| {
|
|
|