diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2018-04-03 16:49:33 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2018-04-03 16:52:18 +0100 |
commit | e88ecbbfe836db5b6da809108759de4ca56be5e7 (patch) | |
tree | 0302cf9e5ae61fc04225f67e81423df3f869aaa7 /signal/sys/signal.h | |
parent | aef3e2558a0ab0aff6d80f3e99ebe228321ab4b3 (diff) | |
download | glibc-e88ecbbfe836db5b6da809108759de4ca56be5e7.tar.gz glibc-e88ecbbfe836db5b6da809108759de4ca56be5e7.tar.xz glibc-e88ecbbfe836db5b6da809108759de4ca56be5e7.zip |
[PATCH 7/7] sin/cos slow paths: refactor sincos implementation
Refactor the sincos implementation - rather than rely on odd partial inlining of preprocessed portions from sin and cos, explicitly write out the cases. This makes sincos much easier to maintain and provides an additional 16-20% speedup between 0 and 2^27. The overall speedup of sincos is 48% over this range. Between 0 and PI it is 66% faster. * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Cleanup ifdefs. (__cos): Likewise. * sysdeps/ieee754/dbl-64/s_sin.c (__sincos): Refactor using the same logic as sin and cos.
Diffstat (limited to 'signal/sys/signal.h')
0 files changed, 0 insertions, 0 deletions