mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
agx: Set lower_fisnormal
We're going to generate this in our interpolation lower. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24498>
This commit is contained in:
parent
5577aebfb2
commit
52b8d31548
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ static const nir_shader_compiler_options agx_nir_options = {
|
|||
.lower_find_lsb = true,
|
||||
.lower_uadd_carry = true,
|
||||
.lower_usub_borrow = true,
|
||||
.lower_fisnormal = true,
|
||||
.lower_scmp = true,
|
||||
.lower_isign = true,
|
||||
.lower_fsign = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue