K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-01-16T03:52:43.651669Z K 7 svn:log V 258 powerpc: Fix FPU fsqrt emulation special case results If fsqrts is emulated with +INF as its argument, the 0 return value causes a NULL pointer dereference, panicking the system. Follow the PowerISA and return +INF with no FP exception. MFC after: 1 week END