Skip to content

nir/algebraic: Partially revert 3f782cdd

Ian Romanick requested to merge idr/mesa:from-mr3765 into master

I'm not sure what the logic was, but there is no opportunity for anything to flush to zero here. 'a' is a Boolean value, and b2f produces 1.0 or 0.0.

This was originally part of !3765.

Reviewed-by: Matt Turner mattst88@gmail.com Cc: Andres Gomez agomez@igalia.com Cc: Samuel Iglesias Gonsálvez siglesias@igalia.com Cc: Connor Abbott cwabbott0@gmail.com

Merge request reports