@@ -1112,11 +1112,11 @@ $EndFeature, "
11121112 without modifying the original"]
11131113 #[ inline]
11141114 pub const fn wrapping_add( self , rhs: Self ) -> Self {
1115- #[ cfg( bootstrap ) ] {
1115+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
11161116 intrinsics:: overflowing_add( self , rhs)
11171117 }
11181118
1119- #[ cfg( not( bootstrap ) ) ] {
1119+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
11201120 intrinsics:: wrapping_add( self , rhs)
11211121 }
11221122 }
@@ -1141,11 +1141,11 @@ $EndFeature, "
11411141 without modifying the original"]
11421142 #[ inline]
11431143 pub const fn wrapping_sub( self , rhs: Self ) -> Self {
1144- #[ cfg( bootstrap ) ] {
1144+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
11451145 intrinsics:: overflowing_sub( self , rhs)
11461146 }
11471147
1148- #[ cfg( not( bootstrap ) ) ] {
1148+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
11491149 intrinsics:: wrapping_sub( self , rhs)
11501150 }
11511151 }
@@ -1169,11 +1169,11 @@ $EndFeature, "
11691169 without modifying the original"]
11701170 #[ inline]
11711171 pub const fn wrapping_mul( self , rhs: Self ) -> Self {
1172- #[ cfg( bootstrap ) ] {
1172+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
11731173 intrinsics:: overflowing_mul( self , rhs)
11741174 }
11751175
1176- #[ cfg( not( bootstrap ) ) ] {
1176+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
11771177 intrinsics:: wrapping_mul( self , rhs)
11781178 }
11791179 }
@@ -3049,11 +3049,11 @@ $EndFeature, "
30493049 without modifying the original"]
30503050 #[ inline]
30513051 pub const fn wrapping_add( self , rhs: Self ) -> Self {
3052- #[ cfg( bootstrap ) ] {
3052+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
30533053 intrinsics:: overflowing_add( self , rhs)
30543054 }
30553055
3056- #[ cfg( not( bootstrap ) ) ] {
3056+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
30573057 intrinsics:: wrapping_add( self , rhs)
30583058 }
30593059 }
@@ -3077,11 +3077,11 @@ $EndFeature, "
30773077 without modifying the original"]
30783078 #[ inline]
30793079 pub const fn wrapping_sub( self , rhs: Self ) -> Self {
3080- #[ cfg( bootstrap ) ] {
3080+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
30813081 intrinsics:: overflowing_sub( self , rhs)
30823082 }
30833083
3084- #[ cfg( not( bootstrap ) ) ] {
3084+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
30853085 intrinsics:: wrapping_sub( self , rhs)
30863086 }
30873087 }
@@ -3106,11 +3106,11 @@ $EndFeature, "
31063106 without modifying the original"]
31073107 #[ inline]
31083108 pub const fn wrapping_mul( self , rhs: Self ) -> Self {
3109- #[ cfg( bootstrap ) ] {
3109+ #[ cfg( boostrap_stdarch_ignore_this ) ] {
31103110 intrinsics:: overflowing_mul( self , rhs)
31113111 }
31123112
3113- #[ cfg( not( bootstrap ) ) ] {
3113+ #[ cfg( not( boostrap_stdarch_ignore_this ) ) ] {
31143114 intrinsics:: wrapping_mul( self , rhs)
31153115 }
31163116 }
0 commit comments