K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-10-27T03:16:32.257248Z K 7 svn:log V 428 MFC r339514: powerpcspe: Implement SPE exception handling The Signal Processing Engine (SPE) found in Freescale e500 cores (and others) offloads IEEE-754 compliance (NaN, Inf handling, overflow, underflow) to software, most likely as a means of simplifying the APU silicon. Some software, like AbiWord, needs full IEEE-754 compliance, including NaN handling. Implement the necessary bits to enable it. Approved by: re(kib) END