You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments