[flang-commits] [flang] [flang] Add flag to disable Float128 runtime (PR #110116)

David Truby via flang-commits flang-commits at lists.llvm.org
Thu Sep 26 05:33:01 PDT 2024


DavidTruby wrote:

For reference, musl doesn't build because the `ynl` function isn't available there. That function appears to be a glibc-specific extension. C++17 has a standard function for doing the same thing (`cyl_bessel_kl`) but I understand that we don't want to introduce a dependency on the C++ stdlib in the Flang runtime.

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


More information about the flang-commits mailing list