https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116007
--- Comment #8 from Thomas Petazzoni <thomas.petazz...@free-electrons.com> --- (In reply to Jakub Jelinek from comment #7) > That commit made --without-long-double-128 the default on > powerpc*-*-linux-musl*. > ELFv2 is one thing, but whether long double is IEEE double, IBM double > double or IEEE quad is a separate thing. You need to look at musl what it > supports. > E.g. glibc in the last few years for powerpc64le-linux supports all 3, on > powerpc64-linux or powerpc-linux just IEEE double and IBM double double. Thanks for your feedback. I wish I knew how to look into musl to understand what it supports, but I honestly wouldn't know where to start. How do I find out which one does musl support? I'm not even sure to understand the difference between IEEE double, IEEE double double and IEEE quad.