Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'transposition growth' computation for older compilers
The issue is probably due to some shenanigans with float-versus-double or converting size_t to double including some rounding up. Either way, it may introduce undefined behaviour or be interpreted multiple ways. This leads GCC 10 to unexpectedly abort repeated transposition.
- Loading branch information