[llvm-branch-commits] [llvm] RuntimeLibcalls: Fix AArch64 wrongly typed long-double libcalls (PR #215993)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 13 05:47:58 PDT 2026


arsenm wrote:

> My understanding was that long double == binary128 on android, for 64bit systems.

getDefaultLongDoubleFormat is new and I thought I filled in from what clang does, https://github.com/llvm/llvm-project/pull/216032

This will only change the result for a subset of the run lines once that's merged 

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


More information about the llvm-branch-commits mailing list