[all-commits] [llvm/llvm-project] 9d9c01: [flang][runtime] Added F128 wrappers for LDBL_MANT...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Tue Feb 27 09:41:52 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d9c01243038487402c366787f749349b76473ba
https://github.com/llvm/llvm-project/commit/9d9c01243038487402c366787f749349b76473ba
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M flang/runtime/Float128Math/CMakeLists.txt
M flang/runtime/Float128Math/math-entries.h
Log Message:
-----------
[flang][runtime] Added F128 wrappers for LDBL_MANT_DIG == 113 targets. (#83102)
We can use 'long double' variants of the math functions in this case.
I used the callees from STD namespace, except for the Bessel's
functions.
The new code can be enabled with -DFLANG_RUNTIME_F128_MATH_LIB=libm.
Support for complex data types is pending.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list