From c46731527a9c73454bd07e0b93986ff1a1193c59 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 30 Apr 2020 17:06:37 -0400 Subject: [PATCH] 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: --- src/panfrost/bifrost/bifrost_compile.h | 1 + 1 file changed, 1 insertion(+) 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,