summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2020-07-29 11:29:56 -0700
committerIan Romanick <ian.d.romanick@intel.com>2020-07-29 19:50:32 -0700
commitb8f132d2db815dfb195ae11a7d29bf772504df5d (patch)
treee6eab5273bb5951c0fd717b380d285dce156a7a6
parentb5558f2d2aa738d90b9e039144ae3ca69bdf92ca (diff)
intel/compiler: Delete redundant MAC declaration
It already appears about 20 lines earlier near MACH. Trivial.
-rw-r--r--src/intel/compiler/brw_eu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h
index 374ff75db45..9b05f078d8b 100644
--- a/src/intel/compiler/brw_eu.h
+++ b/src/intel/compiler/brw_eu.h
@@ -242,7 +242,6 @@ ALU1(FBL)
ALU1(CBIT)
ALU2(ADDC)
ALU2(SUBB)
-ALU2(MAC)
#undef ALU1
#undef ALU2