https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119241
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 60816
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60816&action=edit
patch progress
A little bit progress. Most helpers should better work on REAL_VALUE_TYPE
so we can avoid allocating trees for the various bits needed.
I've invented a REAL_VALUE_TYPE variant of get_power_of_ten, I suspect the
remaining __int128 uses could instead use a wide_int get_power_of_ten.