nir: fix fmin/fmax support for doubles
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 10 Jul 2018 11:17:05 +0000 (13:17 +0200)
committerAndres Gomez <agomez@igalia.com>
Tue, 17 Sep 2019 20:39:18 +0000 (23:39 +0300)
commitdba4d0a319f6938263e362a44201ed1099353cac
treead47e17c182a7bc30900d51053bd0c2dac72ab62
parent2abc6299bfa29d905046c7d198e3262fb19c0119
nir: fix fmin/fmax support for doubles

Until now, it was using the floating point version of fmin/fmax,
instead of the double version.

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/nir/nir_opcodes.py