Use gather loads for strided accesses
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 387-ficom-2.c
blobd5283684f8ea4f4d3e77a987cf94c7f72827bb53
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=i386" } } */
4 /* { dg-options "-Os -march=i386 -ffast-math -masm=att" } */
6 #include "387-ficom-1.c"
8 /* { dg-final { scan-assembler-times "ficomp\[s\t\]" 3 } } */
9 /* { dg-final { scan-assembler-times "ficompl" 3 } } */