Source-Changes archive

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

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Fri Nov  1 14:58:08 UTC 2024

Modified Files:
        src/lib/libc/arch/aarch64/gen [netbsd-10]: fpsetround.c
        src/tests/lib/libc/gen [netbsd-10]: t_fpsetround.c

Log Message:
Pull up following revision(s) (requested by rin in ticket #996):

        tests/lib/libc/gen/t_fpsetround.c: revision 1.7
        tests/lib/libc/gen/t_fpsetround.c: revision 1.8
        lib/libc/arch/aarch64/gen/fpsetround.c: revision 1.4

fpsetround(3): Test that this doesn't flip on FTZ by accident.
PR port-arm/58782: fpsetround flips all the other fpcsr bits on aarch64

fpsetround(3): Don't toggle all the other bits in fpcr on aarch64.
PR port-arm/58782: fpsetround flips all the other fpcsr bits on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.24.1 src/lib/libc/arch/aarch64/gen/fpsetround.c
cvs rdiff -u -r1.6 -r1.6.52.1 src/tests/lib/libc/gen/t_fpsetround.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