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
|
@ -27,6 +27,7 @@
|
|||
#![feature(extern_types)]
|
||||
#![feature(flt2dec)]
|
||||
#![feature(fmt_internals)]
|
||||
#![feature(float_minimum_maximum)]
|
||||
#![feature(array_from_fn)]
|
||||
#![feature(hashmap_internals)]
|
||||
#![feature(try_find)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue