-
- Downloads
Correct over optimization of pre-initialized variables (#6500)
* Correct over optimization of pre-initialized variables NEAR_ZERO() works most of the time... But it leaves corner cases uncovered. We need to explicitly check if these variables are +/- infinity. * Correct over optimization of pre-initialized variables
Please register or sign in to comment