History log of /netbsd-src/lib/libc/arch/alpha/gen/fabs.S (Results 1 – 4 of 4)
Revision Date Author Comments
# cdb65da5 07-Nov-2018 riastradh <riastradh@NetBSD.org>

On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.

For some reason, fabs lives in libc, not in libm, and our tests now
detect when fabs or fabsl is missing from libm. For those ports that

On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.

For some reason, fabs lives in libc, not in libm, and our tests now
detect when fabs or fabsl is missing from libm. For those ports that
sometimes have long double and sometimes don't, make it conditional.

Still missing: fabs _and_ fabsl on ia64. Need help from an itanium
wizard! Other portmasters: Please take a look and see if I missed
any ports that might have long double where this alias will not work.

show more ...


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 55c6bc90 17-Oct-1996 cgd <cgd@NetBSD.org>

catch up with <machine/asm.h> changes, SYS.h changes, and the removal
of DEFS.h


# e4f5181d 10-Feb-1995 cgd <cgd@NetBSD.org>

libc support for the alpha. more functions should be written in assembler,
but that's optimization. 8-)