Oooops I forgot to commit that.
Use fp_rnd_t, not fp_rnd. Reported by: Jia-Shiun Li (jiashiun at gmail dot com)
This commit is contained in:
parent
bf7a77645b
commit
ef8150870e
@ -77,7 +77,7 @@ __FBSDID("$FreeBSD$");
|
||||
Floating-point rounding mode and exception flags.
|
||||
-------------------------------------------------------------------------------
|
||||
*/
|
||||
fp_rnd float_rounding_mode = float_round_nearest_even;
|
||||
fp_rnd_t float_rounding_mode = float_round_nearest_even;
|
||||
fp_except float_exception_flags = 0;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user