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

ABI for BitInt #13

Open
xry111 opened this issue Nov 15, 2024 · 0 comments
Open

ABI for BitInt #13

xry111 opened this issue Nov 15, 2024 · 0 comments

Comments

@xry111
Copy link

xry111 commented Nov 15, 2024

BitInt has been added to C23 and GCC already supports it for x86 and AArch64, thus we can expect some real software starts to use it soon. To support it we need to define the ABI, and then we can add the support to the compilers (namely GCC and Clang).

See the RISC-V ticket riscv-non-isa/riscv-elf-psabi-doc#300 for some references and insights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant