rust/library/compiler-builtins
AJ Frantz a8d9eb7521 Fix sincosf for interval (7*pi/4, 9*pi/4) (#233)
A mistake was made in porting musl's implementation which caused the sin
and cos components to be reversed.

closes rust-lang/libm#232
2019-11-22 13:16:00 -06:00
..