mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
6b2665f534
* math/libm-test.inc (log_test): Test -Inf and NaN. (log10_test, log1p_test, log2_test): Test -Inf. * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise FE_INVALID when argument is qNaN. * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise. * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise. * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise. * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace andb $1, %ah with testb $1, %ah, don't test for parity, instead testb $4, %ah and jump if non-zero. * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise. * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise. 2007-03-15 Jakub Jelinek <jakub@redhat.com> |
||
---|---|---|
.. | ||
bits | ||
elf | ||
fpu | ||
__longjmp.S | ||
_mcount.S | ||
abort-instr.h | ||
backtrace.c | ||
bp-asm.h | ||
bsd-_setjmp.S | ||
bsd-setjmp.S | ||
bzero.S | ||
dl-machine.h | ||
dl-tls.h | ||
dl-trampoline.S | ||
ffs.c | ||
ffsll.c | ||
fpu_control.h | ||
hp-timing.c | ||
hp-timing.h | ||
htonl.S | ||
Implies | ||
jmpbuf-offsets.h | ||
jmpbuf-unwind.h | ||
machine-gmon.h | ||
Makefile | ||
memcpy_chk.S | ||
memcpy.S | ||
mempcpy_chk.S | ||
mempcpy.S | ||
memset_chk.S | ||
memset.S | ||
memusage.h | ||
setjmp.S | ||
stackinfo.h | ||
stpcpy_chk.S | ||
stpcpy.S | ||
strcat.S | ||
strchr.S | ||
strcmp.S | ||
strcpy_chk.S | ||
strcpy.S | ||
strcspn.S | ||
strlen.S | ||
strpbrk.S | ||
strspn.S | ||
strtok_r.S | ||
strtok.S | ||
sysdep.h | ||
tst-stack-align.h | ||
Versions |