ksco
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
riscv/v_ext_macros.h
|
|
|
@ -1468,9 +1468,6 @@ reg_t index[P.VU.vlmax]; \ |
|
|
|
case 0x84: \ |
|
|
|
P.VU.elt<type##64_t>(rd_num, i, true) = P.VU.elt<type##32_t>(rs2_num, i); \ |
|
|
|
break; \ |
|
|
|
case 0x88: \ |
|
|
|
P.VU.elt<type##64_t>(rd_num, i, true) = P.VU.elt<type##32_t>(rs2_num, i); \ |
|
|
|
break; \ |
|
|
|
default: \ |
|
|
|
break; \ |
|
|
|
} \ |
|
|
|
|