mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
refactor: correct naming of enum class constants 9/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c612a86d28
commit
a6458433dc
@@ -31,7 +31,7 @@ class EncodeAluHelper {
|
||||
}
|
||||
|
||||
void setNextAlu(AluRegisters opcode) {
|
||||
setNextAlu(opcode, AluRegisters::OPCODE_NONE, AluRegisters::OPCODE_NONE);
|
||||
setNextAlu(opcode, AluRegisters::opcodeNone, AluRegisters::opcodeNone);
|
||||
}
|
||||
|
||||
void setNextAlu(AluRegisters opcode, AluRegisters operand1, AluRegisters operand2) {
|
||||
|
||||
Reference in New Issue
Block a user