Mesa (master): intel/compiler: Delete redundant MAC declaration

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 19 21:28:14 UTC 2020


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jul 29 11:29:56 2020 -0700

intel/compiler: Delete redundant MAC declaration

It already appears about 20 lines earlier near MACH.

Trivial.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7650>

---

 src/intel/compiler/brw_eu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h
index 0cf6722437b..8547be16659 100644
--- a/src/intel/compiler/brw_eu.h
+++ b/src/intel/compiler/brw_eu.h
@@ -269,7 +269,6 @@ ALU1(FBL)
 ALU1(CBIT)
 ALU2(ADDC)
 ALU2(SUBB)
-ALU2(MAC)
 
 #undef ALU1
 #undef ALU2



More information about the mesa-commit mailing list