@@ -1112,11 +1112,11 @@ $EndFeature, "
1112
1112
without modifying the original"]
1113
1113
#[ inline]
1114
1114
pub const fn wrapping_add( self , rhs: Self ) -> Self {
1115
- #[ cfg( bootstrap ) ] {
1115
+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
1116
1116
intrinsics:: overflowing_add( self , rhs)
1117
1117
}
1118
1118
1119
- #[ cfg( not( bootstrap ) ) ] {
1119
+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
1120
1120
intrinsics:: wrapping_add( self , rhs)
1121
1121
}
1122
1122
}
@@ -1141,11 +1141,11 @@ $EndFeature, "
1141
1141
without modifying the original"]
1142
1142
#[ inline]
1143
1143
pub const fn wrapping_sub( self , rhs: Self ) -> Self {
1144
- #[ cfg( bootstrap ) ] {
1144
+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
1145
1145
intrinsics:: overflowing_sub( self , rhs)
1146
1146
}
1147
1147
1148
- #[ cfg( not( bootstrap ) ) ] {
1148
+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
1149
1149
intrinsics:: wrapping_sub( self , rhs)
1150
1150
}
1151
1151
}
@@ -1169,11 +1169,11 @@ $EndFeature, "
1169
1169
without modifying the original"]
1170
1170
#[ inline]
1171
1171
pub const fn wrapping_mul( self , rhs: Self ) -> Self {
1172
- #[ cfg( bootstrap ) ] {
1172
+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
1173
1173
intrinsics:: overflowing_mul( self , rhs)
1174
1174
}
1175
1175
1176
- #[ cfg( not( bootstrap ) ) ] {
1176
+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
1177
1177
intrinsics:: wrapping_mul( self , rhs)
1178
1178
}
1179
1179
}
@@ -3049,11 +3049,11 @@ $EndFeature, "
3049
3049
without modifying the original"]
3050
3050
#[ inline]
3051
3051
pub const fn wrapping_add( self , rhs: Self ) -> Self {
3052
- #[ cfg( bootstrap ) ] {
3052
+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
3053
3053
intrinsics:: overflowing_add( self , rhs)
3054
3054
}
3055
3055
3056
- #[ cfg( not( bootstrap ) ) ] {
3056
+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
3057
3057
intrinsics:: wrapping_add( self , rhs)
3058
3058
}
3059
3059
}
@@ -3077,11 +3077,11 @@ $EndFeature, "
3077
3077
without modifying the original"]
3078
3078
#[ inline]
3079
3079
pub const fn wrapping_sub( self , rhs: Self ) -> Self {
3080
- #[ cfg( bootstrap ) ] {
3080
+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
3081
3081
intrinsics:: overflowing_sub( self , rhs)
3082
3082
}
3083
3083
3084
- #[ cfg( not( bootstrap ) ) ] {
3084
+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
3085
3085
intrinsics:: wrapping_sub( self , rhs)
3086
3086
}
3087
3087
}
@@ -3106,11 +3106,11 @@ $EndFeature, "
3106
3106
without modifying the original"]
3107
3107
#[ inline]
3108
3108
pub const fn wrapping_mul( self , rhs: Self ) -> Self {
3109
- #[ cfg( bootstrap ) ] {
3109
+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
3110
3110
intrinsics:: overflowing_mul( self , rhs)
3111
3111
}
3112
3112
3113
- #[ cfg( not( bootstrap ) ) ] {
3113
+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
3114
3114
intrinsics:: wrapping_mul( self , rhs)
3115
3115
}
3116
3116
}
0 commit comments