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

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