Fix spurious divbyzero exception with clang
A division is hoisted from behind a check (to use fcsel on the result) by several versions of clang, and it can signal spurious divbyzero exception.
Loading
Please register or sign in to comment
A division is hoisted from behind a check (to use fcsel on the result) by several versions of clang, and it can signal spurious divbyzero exception.