Open nickdesaulniers opened 1 month ago
At the moment we have no plans to support _Float128
in AArch32. I believe that suppport for this is optional in the C23 standard.
This could change if there is a good use case for it on 32-bit platforms and there is someone willing to do an implementation in the compiler and libraries.
Our expectations of the work required in the 32-bit ABI:
_Float128
._Float128
calling convention.__aeabi_
functions for manipulating _Float128
.Our expectation is that _Float128
usage would be more common on AArch64.
Currently, neither GCC or Clang support
_Float128
for 32b ARM. Are there plans to support this new-for-c23 type?cc @kbeyls