https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85440
Sergey Fedorov <vital.had at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vital.had at gmail dot com
--- Comment #21 from Sergey Fedorov <vital.had at gmail dot com> ---
(In reply to Jakub Jelinek from comment #15)
> For libquadmath you need a working __float128 support. On x86_64, i686 and
> ia64 this is done through a slow software emulation in libgcc. On powerpc*,
> there is either a software emulation which requires VSX, or hardware
> implementation which requires power9.
On ppc64 (970) it probably is supported.