commit | ed138f2861a6cbc39085e0b506c90d35a3b3175b | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Fri Jan 17 13:33:20 2020 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Sun Feb 07 18:31:01 2021 -0800 |
tree | dd55077dc42391f0cead52fdc62aeff2a12bc1b6 | |
parent | 59237423567802661db7c591f67dc3abcfd629ed [diff] |
nir/algebraic: Partially revert 3f782cdd2591 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 https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/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> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8910>