PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pentium4-not-mull.c
blob7a9239630de1144e144b40ed1b2eefee8312a465
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=pentium4" } } */
4 /* { dg-options "-O2 -march=pentium4" } */
5 /* { dg-final { scan-assembler-not "imull" } } */
7 /* Should be done not using imull. */
8 int t(int x)
10 return x*29;