loongson / la-abi-specs

25 stars 6 forks source link

ABI for BitInt #13

Open xry111 opened 1 week ago

xry111 commented 1 week ago

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 https://github.com/riscv-non-isa/riscv-elf-psabi-doc/issues/300 for some references and insights.