mirror of https://git.musl-libc.org/git/musl
Browse Source
modfl and sincosl were passing long double* instead of double* to the wrapped double precision functions (on archs where long double and double have the same size). This is fixed now by using temporaries (this is not optimized to a single branch so the generated code is a bit bigger). Found by Morten Welinder.master
2 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue