Closed
Description
Unbreak *tf builtins for hexfloat (#82208)
This re-lands cc0065a in a way that
keeps existing targets working.
Original commit message:
#68132 ended up removing
__multc3 & __divtc3 from compiler-rt library builds that have
QUAD_PRECISION but not TF_MODE due to missing int128 support.
I added support for QUAD_PRECISION to use the native hex float long double representation.
Metadata
Metadata
Assignees
Type
Projects
Status
Done