Files
mesa/src
Erik Faye-Lund c4d2ebd285 nir: fsub -> fadd_imm
When doing nir_fsub(b, x, imm), we can negate the immediate value, and
replace the fsub with nir_fadd_imm() and get the same result. This makes
the code a bit shorter and easier to read.

Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23179>
2023-05-25 06:59:25 +00:00
..
2023-05-25 06:59:25 +00:00
2023-05-25 06:59:24 +00:00
2023-05-25 06:59:25 +00:00
2023-05-25 06:59:24 +00:00
2023-05-25 06:59:25 +00:00
2023-05-15 03:50:30 +00:00
2023-05-14 11:09:02 +00:00
2023-05-25 06:59:24 +00:00
2023-05-25 06:59:24 +00:00
2023-05-25 06:59:25 +00:00
2023-05-25 06:59:24 +00:00
2023-02-18 00:44:43 +00:00