Files
mesa/src
Jason Ekstrand df1876f615 nir: Mark negative re-distribution on fadd as imprecise
Otherwise, it would mutate `fneg(fadd(-0, 0))` into `fadd(0, -0)` which
isn't correct since -0 + (+0) = +0 + (-0) = +0.

This fixes the OpenCL contraction tests on Iris.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16041>
2022-05-12 00:05:10 +00:00
..
2022-05-11 19:07:11 +00:00
2022-05-10 01:36:18 +00:00
2022-05-11 09:12:27 +00:00
2022-05-04 15:06:51 +00:00
2022-04-07 00:17:40 +00:00