K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-02-24T20:15:16.190533Z K 7 svn:log V 253 MFC r343078: 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. END