Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/powerpc/gen



Module Name:    src
Committed By:   matt
Date:           Sun Apr  4 19:31:19 UTC 2004

Modified Files:
        src/lib/libc/arch/powerpc/gen: fpsetsticky.c

Log Message:
Deal with the way FP_X_INV works.  That maps to FPSCR_VX.  However FPSCR_VX
is not a sticky, it's actually an inclusive OR of 9 stick bits.  So when
FP_X_INV is cleared, we need to clear all of those bits.  When FP_X_INV is
set, we set all of them.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/arch/powerpc/gen/fpsetsticky.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index