Files
mesa/src
Jason Ekstrand e17426058c nir/lower_idiv: Use ilt instead of bit twiddling
The previous code was creating a boolean by doing an arithmetic right-
shift by 31 which produces a boolean which is true if the argument is
negative.  This is the same as the expression r < 0 which is much
simpler and doesn't depend on NIR's representation of booleans.

Reviewed-by: Eric Anholt <eric@anholt.net>
2018-12-16 21:03:02 +00:00
..
2018-11-20 09:09:22 -08:00
2018-02-16 16:56:34 -06:00
2018-10-19 16:50:26 +01:00