diff options
Diffstat (limited to 'src/panfrost/bifrost')
-rw-r--r-- | src/panfrost/bifrost/bifrost_compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/bifrost_compile.h b/src/panfrost/bifrost/bifrost_compile.h index ddfde64d472..73e6847891c 100644 --- a/src/panfrost/bifrost/bifrost_compile.h +++ b/src/panfrost/bifrost/bifrost_compile.h @@ -42,6 +42,7 @@ static const nir_shader_compiler_options bifrost_nir_options = { .lower_fpow = true, .lower_find_lsb = true, .lower_fdph = true, + .lower_fsqrt = true, .lower_wpos_pntc = true, .lower_fsign = true, |