1 /* Test that we don't generate a fisttp instruction when -mno-sse3. */
2 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
3 /* { dg-options "-O -mfpmath=387 -march=nocona -mno-sse3" } */
4 /* { dg-final { scan-assembler-not "fisttp" } } */
13 extern unsigned long long baz (void);
16 walrus (const struct foo
*input
)
21 + (unsigned long long) (((double) input
->a
* 1000000000
22 + (double) input
->b
) * c
);