mirror of https://git.musl-libc.org/git/musl
Browse Source
the underlying problem was not incorrect sign extension (fixed in the previous commit to this file by nsz) but that code that treats "long" as 32-bit was copied blindly from i386 to x86_64. now lrintl is identical to llrintl on x86_64, as it should be.rs-1.0
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue