cvs commit: src/lib/libc/amd64/gen fabs.S modf.S
David E. O'Brien
obrien at FreeBSD.org
Wed Apr 30 09:21:04 PDT 2003
obrien 2003/04/30 09:21:03 PDT
FreeBSD src repository
Added files:
lib/libc/amd64/gen fabs.S modf.S
Log:
Floating point libc functions traditionally written in ASM.
AMD64 does away with the x87 in 64-bit long mode, so we have to play the
SSE/SSE2 game now.
Obtained from: NetBSD/x86-64
Revision Changes Path
1.1 +18 -0 src/lib/libc/amd64/gen/fabs.S (new)
1.1 +95 -0 src/lib/libc/amd64/gen/modf.S (new)
More information about the cvs-src
mailing list