mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
Fixed typo
This commit is contained in:
parent
5c56f53d1c
commit
af593d6b33
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ void vx_store(int val, int reg){
|
|||
void vx_vote() {
|
||||
__asm__ volatile (
|
||||
"addi a2, x0, 9\n\t" // Load immediate value 6 into a2(x12) register (membermask)
|
||||
".insn r %0, 2, 0, x14, x13, 12" :: "i"(RISCV_VOTE));
|
||||
".insn i %0, 2, 0, x14, x13, 12" :: "i"(RISCV_VOTE));
|
||||
//".insn i opcode6, func3, func7, rd, rs1, simm12"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue