PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse4_1-builtin-fp-int-inexact.c
blob4c9244d05442ca8505fc4f6c699a910ec4cfc355
1 /* Test -fno-fp-int-builtin-inexact for SSE 4.1. */
2 /* { dg-do run } */
3 /* { dg-options "-O2 -msse4.1 -mfpmath=sse -fno-fp-int-builtin-inexact" } */
4 /* { dg-add-options c99_runtime } */
5 /* { dg-require-effective-target fenv_exceptions } */
6 /* { dg-require-effective-target sse4 } */
8 #include "sse4_1-check.h"
10 #define main_test sse4_1_test
11 #define ARCH_MAIN
12 #include "../../gcc.dg/torture/builtin-fp-int-inexact.c"