]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Optimize use of isnan, isinf, finite
authorUlrich Drepper <drepper@gmail.com>
Sat, 8 Oct 2011 14:18:26 +0000 (10:18 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 8 Oct 2011 14:18:26 +0000 (10:18 -0400)
commit7edb55ce06ab1fa716a062cd1cb6682585bb449d
tree3fed82e7c3f86ac57f3e9d6f314044b7dbdb8d03
parent187da0aedcd9d0a2fb34477bef41549681ba1273
Optimize use of isnan, isinf, finite
35 files changed:
ChangeLog
include/math.h
math/Makefile
math/divtc3.c
math/multc3.c
math/s_casin.c
math/s_casinf.c
math/s_casinl.c
math/s_ccos.c
math/s_ccosf.c
math/s_ccosl.c
math/s_ctan.c
math/s_ctanf.c
math/s_ctanh.c
math/s_ctanhf.c
math/s_ctanhl.c
math/s_ctanl.c
math/w_fmod.c
math/w_fmodf.c
math/w_fmodl.c
math/w_remainder.c
math/w_remainderf.c
math/w_remainderl.c
sysdeps/ieee754/dbl-64/s_finite.c
sysdeps/ieee754/dbl-64/s_isinf_ns.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_isnan.c
sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c
sysdeps/ieee754/flt-32/s_finitef.c
sysdeps/ieee754/flt-32/s_isinf_nsf.c [new file with mode: 0644]
sysdeps/ieee754/flt-32/s_isnanf.c
sysdeps/ieee754/ldbl-128/s_isinf_nsl.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-96/s_isinf_nsl.c [new file with mode: 0644]
sysdeps/x86_64/fpu/math_private.h