Add total_cmp to f32 and f64, plus tests
This commit is contained in:
parent
215f2d3294
commit
68bab3e56e
5 changed files with 433 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue