mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Fixed typo
This commit is contained in:
parent
d12f4126bd
commit
9feba99dc9
1 changed files with 0 additions and 5 deletions
|
@ -621,11 +621,6 @@ std::shared_ptr<Instr> Emulator::decode(uint32_t code) const {
|
|||
instr->setImm(sext(imm, width_i_imm));
|
||||
break;
|
||||
}
|
||||
case Opcode::TILE:{
|
||||
auto imm = code >> shift_rs2;
|
||||
instr->setImm(sext(imm, width_i_imm));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
std::abort();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue