Unverified Commit 05a4212c authored by Alexander Richardson's avatar Alexander Richardson Committed by GitHub
Browse files

[builtins] Avoid using long double in generic sources (#69754)

Use of long double can be error-prone since it could be one of 80-bit
extended precision float, IEEE 128-bit float, or IBM 128-bit float.
Instead use an explicit xf_float typedef for the remaining cases where
long double is being used in the implementation. This patch does not
touch
the PPC specializations which still use long double.
parent 2282af26
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment