17 enum fpmath_unit x_ix86_fpmath
;
20 struct gcc_options global_options
;
26 if (!((global_options
.x_ix86_fpmath
& FPMATH_SSE
) != 0))
27 for (i
= 8; i
<= 15; i
++)
28 (obj
->elem1
) [pos
++] = i
;
29 for (i
= 45; i
<= 52; i
++)
30 (obj
->elem1
) [pos
++] = i
;
31 if (((global_options
.x_ix86_fpmath
& FPMATH_SSE
) != 0))
32 for (i
= 8; i
<= 15; i
++)
33 (obj
->elem1
) [pos
++] = i
;
34 for (i
= 29; i
<= 36; i
++)
35 (obj
->elem1
) [pos
++] = i
;
41 obj
= (struct type
*) malloc (sizeof (struct type
));
42 for (i
= 0; i
<= 80; i
++)
45 assert (obj
->elem1
[8] == 45);