On Thu, 1 Nov 2018, Paul Koning wrote: > +@item inf > +Target supports floating point infinite (@code{inf}). > @end table
Do you mean supports infinity for type double? (That's what the implementation does.) Supporting it for double is not the same as supporting it for float (SPU supports it for double but not float, hence various such tests, which require infinities or NaNs (or other IEEE features SPU doesn't have) for float, being disabled for SPU).) -- Joseph S. Myers jos...@codesourcery.com