Hi, On Thu, Oct 22, 2020 at 06:12:31PM -0400, Michael Meissner wrote: > Two of the tests used the __ieee128 keyword instead of __float128. This > patch changes those cases to use the official keyword.
What is "official" about that? Why make this change at all? __ieee128 should work as well! Did you see failures without this patch? Thos need fixing, then. Segher