mirror of https://git.musl-libc.org/git/musl
Browse Source
this is not a full rewrite just fixes to the special case logic: +-0 and non-integer x<INT_MIN inputs incorrectly raised invalid exception and for +-0 the return value was wrong so integer test and odd/even test for negative inputs are changed and a useless overflow test was removedrs-1.0
1 changed files with 23 additions and 28 deletions
Loading…
Reference in new issue