mirror of https://git.musl-libc.org/git/musl
Browse Source
the volatile hack in STRICT_ASSIGN is only needed if assignment is not respected and excess precision is kept. gcc -fexcess-precision=standard and -ffloat-store both respect assignment and musl use these flags by default. i kept the macro for now so the workaround may be used for bad compilers in the future.rs-1.0
1 changed files with 3 additions and 5 deletions
Loading…
Reference in new issue