Add round_ties_even
to f32
and f64
This commit is contained in:
parent
e1c91213ff
commit
be681fefed
12 changed files with 127 additions and 0 deletions
|
@ -307,6 +307,7 @@
|
|||
#![feature(provide_any)]
|
||||
#![feature(ptr_as_uninit)]
|
||||
#![feature(raw_os_nonzero)]
|
||||
#![cfg_attr(not(bootstrap), feature(round_ties_even))]
|
||||
#![feature(slice_internals)]
|
||||
#![feature(slice_ptr_get)]
|
||||
#![feature(std_internals)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue