gallivm nir int div/mod fixes
Not sure why TGSI never hits the problem of INT_MIN / 0 -> INT_MIN / -1 -> SIGFPE anyways, this fixes that.
These should fix crashes in blender with the NIR paths.
Fixes #2559 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Not sure why TGSI never hits the problem of INT_MIN / 0 -> INT_MIN / -1 -> SIGFPE anyways, this fixes that.
These should fix crashes in blender with the NIR paths.
Fixes #2559 (closed)