]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add userland floating point emulator code for sparc64. This is a port
authorThomas Moestl <tmm@FreeBSD.org>
Sat, 23 Feb 2002 21:37:18 +0000 (21:37 +0000)
committerThomas Moestl <tmm@FreeBSD.org>
Sat, 23 Feb 2002 21:37:18 +0000 (21:37 +0000)
commit4895e965c3898e22443f9da4600a94e1e3c3d795
tree4313240dbc96e12af030fa6c4b7fe25fce3f36e9
parent649e717865a53e82d6551cdc90b13d4dc08c71cd
Add userland floating point emulator code for sparc64. This is a port
of the (never committed) in-kernel version (with some optimizations and
cleanups), which in turn was ported from NetBSD.
17 files changed:
lib/libc/sparc64/fpu/Makefile.inc [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_add.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_arith.h [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_compare.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_div.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_emu.h [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_explode.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_extern.h [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_implode.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_mul.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_reg.S [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_reg.h [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_sqrt.c [new file with mode: 0644]
lib/libc/sparc64/fpu/fpu_subr.c [new file with mode: 0644]
lib/libc/sparc64/sys/__sparc_utrap.c
lib/libc/sparc64/sys/__sparc_utrap_setup.c