mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
r600/sfn: Lower *sign opcodes in nir
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6706>
This commit is contained in:
parent
c22e0fb02d
commit
e85c0bdda5
1 changed files with 2 additions and 0 deletions
|
|
@ -1186,6 +1186,8 @@ const struct nir_shader_compiler_options r600_nir_fs_options = {
|
|||
.lower_fpow = true,
|
||||
.lower_fdiv = true,
|
||||
.lower_idiv = true,
|
||||
.lower_isign = true,
|
||||
.lower_fsign = true,
|
||||
.lower_fmod = true,
|
||||
.lower_doubles_options = nir_lower_fp64_full_software,
|
||||
.lower_int64_options = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue