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

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 14:07:15 PDT 2024


efriedma-quic wrote:

See also #80195 (CC @nickdesaulniers).

gcc on aarch64 Linux only supports _Float128, not __float128; this seems like a bit of a compatibility hazard.

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


More information about the cfe-commits mailing list