https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118070
--- Comment #10 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > So, would say big-endian SSO imply just the limbs are byteswapped, or the > limb order is swapped, or both, same limb size and other parameters, > something different? Byteswapping the limbs without swapping the limb order would put us in PDP-11 territory, and would be incompatible with big-endian TImode for 128-bit length, so I don't think that it's a sensible option.