Unverified Commit 0b3a89f1 authored by Dimitry Andric's avatar Dimitry Andric Committed by GitHub
Browse files

[builtins] Avoid using long double in FreeBSD standalone environment (#76175)

After 05a4212c a number of long double related declarations are
enabled in `int_types.h`, whenever the CPU architecture and platform
support it. However, this does not work with FreeBSD's standalone
environment, which disallows any use of floating point.

In add98b24 this was made conditional with `CRT_HAS_FLOATING_POINT`,
so extend the block guarded by that define to include all floating point
related declarations.
parent eba2b789
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