Unverified Commit 99c457dc authored by Alexander Richardson's avatar Alexander Richardson Committed by GitHub
Browse files

Unbreak *tf builtins for hexfloat (#82208)

This re-lands cc0065a7

 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.

---------

Co-authored-by: default avatarSean Perry <perry@ca.ibm.com>
parent cd160a6e
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