1
Fork 0

Add total_cmp to f32 and f64, plus tests

This commit is contained in:
Pyry Kontio 2020-05-23 04:41:24 +09:00
parent 215f2d3294
commit 68bab3e56e
5 changed files with 433 additions and 0 deletions

View file

@ -308,6 +308,7 @@
#![feature(test)]
#![feature(thread_local)]
#![feature(toowned_clone_into)]
#![feature(total_cmp)]
#![feature(trace_macros)]
#![feature(track_caller)]
#![feature(try_reserve)]