mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 07:30:22 +01:00
pan/bi: Lower fisnormal
Fixes test_bruteforce.isnormal. We don't implement fisnormal in the backend, but actually lower_bool_to_bitsize was failing earlier since there's no fisnormal32 to lower to either. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18656>
This commit is contained in:
parent
ddcf4b1c7e
commit
55837efe14
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ static const nir_shader_compiler_options bifrost_nir_options = {
|
|||
.lower_int64_options = ~0,
|
||||
/* TODO: Use IMULD on v7 */
|
||||
.lower_mul_high = true,
|
||||
.lower_fisnormal = true,
|
||||
.lower_uadd_carry = true,
|
||||
.lower_usub_borrow = true,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue