mirror of https://git.musl-libc.org/git/musl
Browse Source
there was a copy paste error that could cause large ulp errors in atan2l, atanl, asinl and acosl on aarch64, mips64 and mipsn32. (the implementation is from freebsd fdlibm, but the tail end of the polynomial was wrong. 128 bit long double functions are not yet tested so this went undetected.)master
committed by
Rich Felker
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue