* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr32191.c
blobf5238b01deee77c16a64f90b3cb95110441f683f
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
4 typedef _Complex float __attribute__((mode(TC))) _Complex128;
6 _Complex128 foo (_Complex128 x, _Complex128 y)
8 return x * y;