diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2018-04-03 16:41:36 +0100 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-08-27 17:26:05 -0700 |
commit | d4d26acd8a65fe6b641dbd448b734ad23b3242ad (patch) | |
tree | b0366bbcfdaa271ffa28ece6fa60b8882a7bfe55 /dlfcn/sdlvsym.c | |
parent | 76f9784421e988df5a05876a7f256716dd7e412d (diff) | |
download | glibc-d4d26acd8a65fe6b641dbd448b734ad23b3242ad.tar.gz |
[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction
For huge inputs use the improved do_sincos function as well. Now no cases use
the correction factor returned by do_sin, do_cos and TAYLOR_SIN, so remove it.
* sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SIN): Remove cor parameter.
(do_cos): Remove corp parameter and calculations.
(do_sin): Likewise.
(do_sincos): Remove cor variable.
(__sin): Use do_sincos for huge inputs.
(__cos): Likewise.
* sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Likewise.
(reduce_and_compute_sincos): Remove unused function.
Diffstat (limited to 'dlfcn/sdlvsym.c')
0 files changed, 0 insertions, 0 deletions