You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: