regression fix.

This commit is contained in:
Blaise Tine
2021-09-08 12:02:22 -07:00
parent 81bee3ac45
commit a25076b9c1
3 changed files with 42 additions and 45 deletions

View File

@@ -53,8 +53,8 @@ extern "C" {
})
// Set thread mask
inline void vx_tmc(unsigned mask) {
asm volatile (".insn s 0x6b, 0, x0, 0(%0)" :: "r"(mask));
inline void vx_tmc(unsigned thread_mask) {
asm volatile (".insn s 0x6b, 0, x0, 0(%0)" :: "r"(thread_mask));
}
// Set thread predicate