Deprecate __int128
, __uint128
, __int128_t
, __uint128_t
#4340
Labels
Milestone
__int128
, __uint128
, __int128_t
, __uint128_t
#4340
These types are only available on aarch64, but similar to
int8_t
,int16_t
, etc. they don't have much purpose. We should deprecate them and remove in 1.0, replacing the single in-crate use withi128
.The text was updated successfully, but these errors were encountered: