mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
intel/compiler: Set lower_fisnormal
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15985>
This commit is contained in:
parent
ce6867e672
commit
ad0dc8e4ab
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
.lower_uadd_carry = true, \
|
||||
.lower_usub_borrow = true, \
|
||||
.lower_flrp64 = true, \
|
||||
.lower_fisnormal = true, \
|
||||
.lower_isign = true, \
|
||||
.lower_ldexp = true, \
|
||||
.lower_device_index_to_zero = true, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue