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
6dfacec57e
commit
5c56f53d1c
1 changed files with 0 additions and 6 deletions
|
@ -267,12 +267,6 @@ void vx_shfl() {
|
|||
//".insn i opcode6, func3, rd, rs1, simm12"
|
||||
}
|
||||
|
||||
void vx_tile(int val) {
|
||||
__asm__ volatile (
|
||||
".insn i %0, 0, 0, 0, %1" :: "i"(RISCV_TILE),"r"(val));
|
||||
//".insn i opcode6, func3, rd, rs1, simm12"
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue