@@ -2748,13 +2748,13 @@ pub unsafe fn truncf128(_x: f128) -> f128 {
2748
2748
#[ rustc_intrinsic_must_be_overridden]
2749
2749
#[ rustc_nounwind]
2750
2750
#[ cfg( not( bootstrap) ) ]
2751
- pub unsafe fn round_ties_even_f16 ( _x : f16 ) -> f16 {
2751
+ pub fn round_ties_even_f16 ( _x : f16 ) -> f16 {
2752
2752
unreachable ! ( )
2753
2753
}
2754
2754
2755
2755
/// To be removed on next bootstrap bump.
2756
2756
#[ cfg( bootstrap) ]
2757
- pub unsafe fn round_ties_even_f16 ( x : f16 ) -> f16 {
2757
+ pub fn round_ties_even_f16 ( x : f16 ) -> f16 {
2758
2758
#[ rustc_intrinsic]
2759
2759
#[ rustc_intrinsic_must_be_overridden]
2760
2760
#[ rustc_nounwind]
@@ -2775,13 +2775,13 @@ pub unsafe fn round_ties_even_f16(x: f16) -> f16 {
2775
2775
#[ rustc_intrinsic_must_be_overridden]
2776
2776
#[ rustc_nounwind]
2777
2777
#[ cfg( not( bootstrap) ) ]
2778
- pub unsafe fn round_ties_even_f32 ( _x : f32 ) -> f32 {
2778
+ pub fn round_ties_even_f32 ( _x : f32 ) -> f32 {
2779
2779
unreachable ! ( )
2780
2780
}
2781
2781
2782
2782
/// To be removed on next bootstrap bump.
2783
2783
#[ cfg( bootstrap) ]
2784
- pub unsafe fn round_ties_even_f32 ( x : f32 ) -> f32 {
2784
+ pub fn round_ties_even_f32 ( x : f32 ) -> f32 {
2785
2785
#[ rustc_intrinsic]
2786
2786
#[ rustc_intrinsic_must_be_overridden]
2787
2787
#[ rustc_nounwind]
@@ -2802,13 +2802,13 @@ pub unsafe fn round_ties_even_f32(x: f32) -> f32 {
2802
2802
#[ rustc_intrinsic_must_be_overridden]
2803
2803
#[ rustc_nounwind]
2804
2804
#[ cfg( not( bootstrap) ) ]
2805
- pub unsafe fn round_ties_even_f64 ( _x : f64 ) -> f64 {
2805
+ pub fn round_ties_even_f64 ( _x : f64 ) -> f64 {
2806
2806
unreachable ! ( )
2807
2807
}
2808
2808
2809
2809
/// To be removed on next bootstrap bump.
2810
2810
#[ cfg( bootstrap) ]
2811
- pub unsafe fn round_ties_even_f64 ( x : f64 ) -> f64 {
2811
+ pub fn round_ties_even_f64 ( x : f64 ) -> f64 {
2812
2812
#[ rustc_intrinsic]
2813
2813
#[ rustc_intrinsic_must_be_overridden]
2814
2814
#[ rustc_nounwind]
@@ -2829,13 +2829,13 @@ pub unsafe fn round_ties_even_f64(x: f64) -> f64 {
2829
2829
#[ rustc_intrinsic_must_be_overridden]
2830
2830
#[ rustc_nounwind]
2831
2831
#[ cfg( not( bootstrap) ) ]
2832
- pub unsafe fn round_ties_even_f128 ( _x : f128 ) -> f128 {
2832
+ pub fn round_ties_even_f128 ( _x : f128 ) -> f128 {
2833
2833
unreachable ! ( )
2834
2834
}
2835
2835
2836
2836
/// To be removed on next bootstrap bump.
2837
2837
#[ cfg( bootstrap) ]
2838
- pub unsafe fn round_ties_even_f128 ( x : f128 ) -> f128 {
2838
+ pub fn round_ties_even_f128 ( x : f128 ) -> f128 {
2839
2839
#[ rustc_intrinsic]
2840
2840
#[ rustc_intrinsic_must_be_overridden]
2841
2841
#[ rustc_nounwind]
0 commit comments