Add compile command to each testcase
[gcc-vect-testsuite.git] / pr32216.c
blobcf2744125ece33089a536360e072073541e84621
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_floatint_cvt } */
4 unsigned int wlookup2[203];
6 SetSoundVariables (int x)
8 for (x = 1; x < 32; x++)
10 wlookup2[x] = (double) 16 / x;
14 /* { dg-final { cleanup-tree-dump "vect" } } */