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
The current BasicCABI.md does not document how _BitInt types are passed and it would be good to document it as such.
Note if someone does a GCC backend for WebAssembly, GCC folks in general has decided the ABI for _BitInt needs to be documented before it having it implemented too.
Document the C ABI for `_BitInt`, `_Complex`, `__int128_t`, and
`__uint128_t`. These follow the ABI currently used by clang, to the
best of my knowledge.
FixesWebAssembly#239.
Forwarded from https://hachyderm.io/@[email protected]/113574803870036780 .
The current BasicCABI.md does not document how _BitInt types are passed and it would be good to document it as such.
Note if someone does a GCC backend for WebAssembly, GCC folks in general has decided the ABI for _BitInt needs to be documented before it having it implemented too.
See ARM-software/abi-aa#175, riscv-non-isa/riscv-elf-psabi-doc#300 and https://gitlab.com/x86-psABIs/x86-64-ABI/-/merge_requests/32 for examples on how other ABIs (have or will have document it).
The text was updated successfully, but these errors were encountered: