@@ -2740,13 +2740,13 @@ pub unsafe fn truncf128(_x: f128) -> f128 {
2740
2740
#[ rustc_intrinsic_must_be_overridden]
2741
2741
#[ rustc_nounwind]
2742
2742
#[ cfg( not( bootstrap) ) ]
2743
- pub unsafe fn round_ties_even_f16 ( _x : f16 ) -> f16 {
2743
+ pub fn round_ties_even_f16 ( _x : f16 ) -> f16 {
2744
2744
unreachable ! ( )
2745
2745
}
2746
2746
2747
2747
/// To be removed on next bootstrap bump.
2748
2748
#[ cfg( bootstrap) ]
2749
- pub unsafe fn round_ties_even_f16 ( x : f16 ) -> f16 {
2749
+ pub fn round_ties_even_f16 ( x : f16 ) -> f16 {
2750
2750
#[ rustc_intrinsic]
2751
2751
#[ rustc_intrinsic_must_be_overridden]
2752
2752
#[ rustc_nounwind]
@@ -2767,13 +2767,13 @@ pub unsafe fn round_ties_even_f16(x: f16) -> f16 {
2767
2767
#[ rustc_intrinsic_must_be_overridden]
2768
2768
#[ rustc_nounwind]
2769
2769
#[ cfg( not( bootstrap) ) ]
2770
- pub unsafe fn round_ties_even_f32 ( _x : f32 ) -> f32 {
2770
+ pub fn round_ties_even_f32 ( _x : f32 ) -> f32 {
2771
2771
unreachable ! ( )
2772
2772
}
2773
2773
2774
2774
/// To be removed on next bootstrap bump.
2775
2775
#[ cfg( bootstrap) ]
2776
- pub unsafe fn round_ties_even_f32 ( x : f32 ) -> f32 {
2776
+ pub fn round_ties_even_f32 ( x : f32 ) -> f32 {
2777
2777
#[ rustc_intrinsic]
2778
2778
#[ rustc_intrinsic_must_be_overridden]
2779
2779
#[ rustc_nounwind]
@@ -2794,13 +2794,13 @@ pub unsafe fn round_ties_even_f32(x: f32) -> f32 {
2794
2794
#[ rustc_intrinsic_must_be_overridden]
2795
2795
#[ rustc_nounwind]
2796
2796
#[ cfg( not( bootstrap) ) ]
2797
- pub unsafe fn round_ties_even_f64 ( _x : f64 ) -> f64 {
2797
+ pub fn round_ties_even_f64 ( _x : f64 ) -> f64 {
2798
2798
unreachable ! ( )
2799
2799
}
2800
2800
2801
2801
/// To be removed on next bootstrap bump.
2802
2802
#[ cfg( bootstrap) ]
2803
- pub unsafe fn round_ties_even_f64 ( x : f64 ) -> f64 {
2803
+ pub fn round_ties_even_f64 ( x : f64 ) -> f64 {
2804
2804
#[ rustc_intrinsic]
2805
2805
#[ rustc_intrinsic_must_be_overridden]
2806
2806
#[ rustc_nounwind]
@@ -2821,13 +2821,13 @@ pub unsafe fn round_ties_even_f64(x: f64) -> f64 {
2821
2821
#[ rustc_intrinsic_must_be_overridden]
2822
2822
#[ rustc_nounwind]
2823
2823
#[ cfg( not( bootstrap) ) ]
2824
- pub unsafe fn round_ties_even_f128 ( _x : f128 ) -> f128 {
2824
+ pub fn round_ties_even_f128 ( _x : f128 ) -> f128 {
2825
2825
unreachable ! ( )
2826
2826
}
2827
2827
2828
2828
/// To be removed on next bootstrap bump.
2829
2829
#[ cfg( bootstrap) ]
2830
- pub unsafe fn round_ties_even_f128 ( x : f128 ) -> f128 {
2830
+ pub fn round_ties_even_f128 ( x : f128 ) -> f128 {
2831
2831
#[ rustc_intrinsic]
2832
2832
#[ rustc_intrinsic_must_be_overridden]
2833
2833
#[ rustc_nounwind]
0 commit comments