Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / pentium4-not-mull.c
blob2ae7512cb48b09d325d87774ecf82cfb8a4ac42e
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O2 -march=pentium4" } */
4 /* { dg-final { scan-assembler-not "imull" } } */
6 /* Should be done not using imull. */
7 int t(int x)
9 return x*29;