]> sourceware.org Git - glibc.git/commit - ChangeLog
Remove more redundant computations in s_sin.c
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 20 Dec 2013 10:28:19 +0000 (15:58 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 20 Dec 2013 10:28:19 +0000 (15:58 +0530)
commit84ba214c2197586bc80631dd6d6110a3bbaab7bf
tree3066cde31f520d0a1ec123f6ba48d8d788b1aa4b
parent975195e4668575d5c53fbf5223501c26ee8dc20e
Remove more redundant computations in s_sin.c

Removed more redundant computations in the slow paths of the sin and
cos functions.  The notable change is the passing of the most
significant bits of X to the slow functions to check if X is positive
so that just the absolute value of x can be passed and the repeated
ABS() operation is avoided.
ChangeLog
sysdeps/ieee754/dbl-64/s_sin.c
This page took 0.043143 seconds and 5 git commands to generate.