Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr66076.c
blob7e7d34daac120350dcde160e4f0136403867c64c
1 /* { dg-do compile } */
2 /* { dg-options "" } */
3 /* { dg-options "-mno-prefer-avx128 -march=bdver4" { target i?86-*-* x86_64-*-* } } */
5 void
6 f0a (char *result, char *arg1, char *arg4, char temp_6)
8 int idx = 0;
9 for (idx = 0; idx < 416; idx += 1)
10 result[idx] = (arg1[idx] + arg4[idx]) * temp_6;