On 9/17/19 2:41 PM, Alex Bennée wrote: > + for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { > + fesetround(round_flags[i].flag);
If we're going to make this a generic test, perhaps continue if fesetround fails? r~
On 9/17/19 2:41 PM, Alex Bennée wrote: > + for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { > + fesetround(round_flags[i].flag);
If we're going to make this a generic test, perhaps continue if fesetround fails? r~