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:
Gert Wollny 2020-09-06 23:39:46 +02:00 committed by Marge Bot
parent c22e0fb02d
commit e85c0bdda5
1 changed files with 2 additions and 0 deletions

View File

@ -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,