Implement IEEE 754-2019 minimun and maximum functions for f32/f64
This commit is contained in:
parent
41301c3b23
commit
a8ee0e9c2c
6 changed files with 199 additions and 0 deletions
|
@ -287,6 +287,7 @@
|
|||
#![feature(exhaustive_patterns)]
|
||||
#![feature(extend_one)]
|
||||
#![feature(fn_traits)]
|
||||
#![feature(float_minimum_maximum)]
|
||||
#![feature(format_args_nl)]
|
||||
#![feature(gen_future)]
|
||||
#![feature(generator_trait)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue