Mesa (master): pan/bi: Lower for now sincos

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri May 1 15:27:09 UTC 2020


Module: Mesa
Branch: master
Commit: c46731527a9c73454bd07e0b93986ff1a1193c59
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c46731527a9c73454bd07e0b93986ff1a1193c59

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Thu Apr 30 17:06:37 2020 -0400

pan/bi: Lower for now sincos

Will be implemented later.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4832>

---

 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,



More information about the mesa-commit mailing list