[clang] [clang][AArch64] Enable fp128 for aarch64 linux target (PR #85070)

Nick Desaulniers via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 14:18:34 PDT 2024


nickdesaulniers wrote:

Right, I'm more interested in being able to use on aarch64 the `_Float128` type as standardized by C23, than the clang specific `__float128` extension.  Does this PR help get us there?

https://github.com/llvm/llvm-project/pull/85070


More information about the cfe-commits mailing list