From: Alyssa Rosenzweig Date: Thu, 30 Apr 2020 21:06:37 +0000 (-0400) Subject: pan/bi: Lower for now sincos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c46731527a9c73454bd07e0b93986ff1a1193c59;p=mesa.git pan/bi: Lower for now sincos Will be implemented later. Signed-off-by: Alyssa Rosenzweig Signed-off-by: Tomeu Vizoso Reviewed-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/bifrost/bifrost_compile.h b/src/panfrost/bifrost/bifrost_compile.h index a25ad314699..734406d52e0 100644 --- a/src/panfrost/bifrost/bifrost_compile.h +++ b/src/panfrost/bifrost/bifrost_compile.h @@ -43,6 +43,7 @@ static const nir_shader_compiler_options bifrost_nir_options = { .lower_find_lsb = true, .lower_fdph = true, .lower_fsqrt = true, + .lower_sincos = true, .lower_wpos_pntc = true, .lower_fsign = true,