Update amd64 bits of libc's math routines
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 27 Jul 2006 00:46:57 +0000 (00:46 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 27 Jul 2006 00:46:57 +0000 (00:46 +0000)
commit05ecdcef2447a0ab907e662330501faff5685936
treeeb3ad60f48d2e732b431bb9d8276b072ab68f5d1
parent3305f758cadeaafb6559ddd1219c1bb0b3c8189b
Update amd64 bits of libc's math routines

Obtained-from: NetBSD
25 files changed:
lib/libc/amd64/gen/Makefile.inc
lib/libc/amd64/gen/fabs.S
lib/libc/amd64/gen/flt_rounds.c [new file with mode: 0644]
lib/libc/amd64/gen/fpclassifyl.c [new file with mode: 0644]
lib/libc/amd64/gen/fpgetmask.S [new file with mode: 0644]
lib/libc/amd64/gen/fpgetmask.c [deleted file]
lib/libc/amd64/gen/fpgetprec.c [deleted file]
lib/libc/amd64/gen/fpgetround.S [new file with mode: 0644]
lib/libc/amd64/gen/fpgetround.c [deleted file]
lib/libc/amd64/gen/fpgetsticky.S [new file with mode: 0644]
lib/libc/amd64/gen/fpgetsticky.c [deleted file]
lib/libc/amd64/gen/fpsetmask.S [new file with mode: 0644]
lib/libc/amd64/gen/fpsetmask.c [deleted file]
lib/libc/amd64/gen/fpsetprec.c [deleted file]
lib/libc/amd64/gen/fpsetround.S [new file with mode: 0644]
lib/libc/amd64/gen/fpsetround.c [deleted file]
lib/libc/amd64/gen/fpsetsticky.S [new file with mode: 0644]
lib/libc/amd64/gen/fpsetsticky.c [deleted file]
lib/libc/amd64/gen/infinity.c [deleted file]
lib/libc/amd64/gen/infinityl.c [new file with mode: 0644]
lib/libc/amd64/gen/isfinitel.c [new file with mode: 0644]
lib/libc/amd64/gen/isinfl.c [copied from lib/libc/amd64/gen/isinf.c with 60% similarity]
lib/libc/amd64/gen/isnanl.c [moved from lib/libc/amd64/gen/isinf.c with 60% similarity]
lib/libc/amd64/gen/nanf.c [new file with mode: 0644]
lib/libc/amd64/gen/signbitl.c [new file with mode: 0644]