Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   mgorny
Date:           Thu Oct 15 17:40:14 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: files.amd64
        src/sys/arch/i386/conf: files.i386
        src/sys/arch/x86/include: fpu.h
        src/sys/arch/x86/x86: fpu.c

Log Message:
Revert "Merge convert_xmm_s87.c into fpu.c"

I am going to add ATF tests for these two functions, and having them
in a separate file will make it more convenient to build and run them
in userspace.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -u -r1.404 -r1.405 src/sys/arch/i386/conf/files.i386
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/include/fpu.h
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/x86/x86/fpu.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