mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
8c489f7420
commit
6f831b072a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue