Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate __int128, __uint128, __int128_t, __uint128_t #4340

Open
tgross35 opened this issue Mar 18, 2025 · 2 comments
Open

Deprecate __int128, __uint128, __int128_t, __uint128_t #4340

tgross35 opened this issue Mar 18, 2025 · 2 comments
Assignees
Labels
C-cleanup E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@tgross35
Copy link
Contributor

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 with i128.

@tgross35 tgross35 added this to the 1.0 milestone Mar 18, 2025
@tgross35 tgross35 added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. C-cleanup labels Mar 18, 2025
@sanstzu
Copy link

sanstzu commented Mar 19, 2025

Hi @tgross35, I would like to attempt to do this issue.

@tgross35
Copy link
Contributor Author

Assigned you, thanks! It should be pretty easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants