Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential overflow in FixedDiv, re-add gcc asm implementation (#1832
) * Revert "remove GCC variant of `div64_32` (#1818)" This reverts commit fac7cf7. * Remove asm multi-constraint clang generates poor code otherwise: https://stackoverflow.com/questions/16850309/clang-llvm-inline-assembly-multiple-constraints-with-useless-spills-reload * Fix potential FixedDiv overflow when passed INT_MIN as first arg
- Loading branch information