File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ impl f16 {
226226 /// See [explanation of NaN as a special value](f32) for more info.
227227 #[ inline]
228228 #[ must_use]
229- #[ unstable( feature = "f128 " , issue = "116909" ) ]
229+ #[ unstable( feature = "f16 " , issue = "116909" ) ]
230230 pub fn is_sign_positive ( self ) -> bool {
231231 !self . is_sign_negative ( )
232232 }
@@ -239,7 +239,7 @@ impl f16 {
239239 /// See [explanation of NaN as a special value](f32) for more info.
240240 #[ inline]
241241 #[ must_use]
242- #[ unstable( feature = "f128 " , issue = "116909" ) ]
242+ #[ unstable( feature = "f16 " , issue = "116909" ) ]
243243 pub fn is_sign_negative ( self ) -> bool {
244244 // IEEE754 says: isSignMinus(x) is true if and only if x has negative sign. isSignMinus
245245 // applies to zeros and NaNs as well.
You can’t perform that action at this time.
0 commit comments