[PATCH 4/4] Use copysign instead of ternary for some sin/cos input ranges

Siddhesh Poyarekar siddhesh@gotplt.org
Wed Sep 28 21:32:00 GMT 2016


On Wednesday 28 September 2016 05:59 AM, Manfred wrote:
> The ternary uses m, __copysign uses x. It could be correct (I didn't
> check the full context), but just in case...

m essentially tracks the sign bit of x, so both checks are equivalent.

Siddhesh



More information about the Libc-alpha mailing list