summaryrefslogtreecommitdiff
path: root/nss/rpc-lookup.c
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2018-04-03 16:49:33 +0100
committerFangrui Song <i@maskray.me>2021-08-27 17:26:06 -0700
commit2d20ffe431ddd299b50ba250fce43285b9617d31 (patch)
treece15c397bed62e68bc9dfe5a285dd45fcc1ed863 /nss/rpc-lookup.c
parentc8aaaf67f69d6a9dc92e8fe18dc5c12362be76ea (diff)
downloadglibc-2d20ffe431ddd299b50ba250fce43285b9617d31.tar.gz
[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 'nss/rpc-lookup.c')
0 files changed, 0 insertions, 0 deletions