https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93871

--- Comment #40 from Thomas Henlich <thenlich at gcc dot gnu.org> ---
Now I get it, symmetry is beautiful: Both sin(x) and cos(x) for any x can
always be calculated with one range reduction to 0...45, one call to sincos(),
and a sign transfer for each result.

Reply via email to