Mesa (main): intel/compiler: Set lower_fisnormal

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 16 00:50:48 UTC 2022


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

Author: Jason Ekstrand <jason.ekstrand at collabora.com>
Date:   Fri Apr 15 15:24:11 2022 -0500

intel/compiler: Set lower_fisnormal

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15985>

---

 src/intel/compiler/brw_compiler.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c
index d5480ecd552..94122bd4db0 100644
--- a/src/intel/compiler/brw_compiler.c
+++ b/src/intel/compiler/brw_compiler.c
@@ -39,6 +39,7 @@
    .lower_uadd_carry = true,                                                  \
    .lower_usub_borrow = true,                                                 \
    .lower_flrp64 = true,                                                      \
+   .lower_fisnormal = true,                                                   \
    .lower_isign = true,                                                       \
    .lower_ldexp = true,                                                       \
    .lower_device_index_to_zero = true,                                        \



More information about the mesa-commit mailing list