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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user