CVSROOT:        /cvs
Module name:    src
Changes by:     marty...@cvs.openbsd.org        2011/05/25 15:26:55

Modified files:
        lib/libc/arch/powerpc/gen: fpsetsticky.c 

Log message:
On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of all
the invalid exception bits, as described in Section 3.3.6.1.1 of
PowerPC Architecture Programming Environments Manual.

A proper way to cause an invalid operation exception is to set
FPSCR[VXSOFT].  Similarly, we clear all the FPSCR[VX*] bits otherwise.

Reply via email to