Add tracking issue
This commit is contained in:
parent
be681fefed
commit
03c166d389
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ impl f32 {
|
|||
#[cfg(not(bootstrap))]
|
||||
#[cfg_attr(not(bootstrap), rustc_allow_incoherent_impl)]
|
||||
#[must_use = "method returns a new number and does not mutate the original value"]
|
||||
#[unstable(feature = "round_ties_even", issue = "none")]
|
||||
#[unstable(feature = "round_ties_even", issue = "96710")]
|
||||
#[inline]
|
||||
pub fn round_ties_even(self) -> f32 {
|
||||
unsafe { intrinsics::roundevenf32(self) }
|
||||
|
|
|
@ -116,7 +116,7 @@ impl f64 {
|
|||
#[cfg(not(bootstrap))]
|
||||
#[cfg_attr(not(bootstrap), rustc_allow_incoherent_impl)]
|
||||
#[must_use = "method returns a new number and does not mutate the original value"]
|
||||
#[unstable(feature = "round_ties_even", issue = "none")]
|
||||
#[unstable(feature = "round_ties_even", issue = "96710")]
|
||||
#[inline]
|
||||
pub fn round_ties_even(self) -> f64 {
|
||||
unsafe { intrinsics::roundevenf64(self) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue