mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
nir/algebraic: Lower fisfinite
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13167>
This commit is contained in:
parent
e95ecff784
commit
c8b2be0b95
1 changed files with 1 additions and 0 deletions
|
|
@ -2691,6 +2691,7 @@ late_optimizations += [
|
|||
(('i2fmp', a), ('i2f16', a)),
|
||||
(('i2imp', a), ('u2u16', a)),
|
||||
(('u2fmp', a), ('u2f16', a)),
|
||||
(('fisfinite', a), ('flt', ('fabs', a), float("inf"))),
|
||||
]
|
||||
|
||||
distribute_src_mods = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue