1
Fork 0

Implement IEEE 754-2019 minimun and maximum functions for f32/f64

This commit is contained in:
Loïc BRANSTETT 2021-11-18 11:48:52 +01:00
parent 41301c3b23
commit a8ee0e9c2c
6 changed files with 199 additions and 0 deletions

View file

@ -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)]