[compiler-rt] [builtins] Support building the 128-bit float functions on x86 (PR #68132)
Ryan Prichard via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 14 03:35:59 PDT 2023
rprichard wrote:
Aside: x86-64 Android uses a IEEE128 (binary128) long double, and I think it's already using compiler-rt's `__divtc3` / `__divtf3` functions.
https://github.com/llvm/llvm-project/pull/68132
More information about the llvm-commits
mailing list