-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b23
-
riscv
Some instrunctions of Vector Crypto Extension are wrong, should be removed.
These instrunctions are wrong in that e.g. take vror.vx as example,
1. by definition of spec, it should be vror.vx vd, vs2, *rs1*, vm
2. the implementation here, it is indeed vror_vx(VectorRegister Vd, VectorRegister Vs2, *VectorRegister* Vs1, VectorMask vm = unmasked)
These instrunctions are wrong in that e.g. take vror.vx as example,
1. by definition of spec, it should be vror.vx vd, vs2, *rs1*, vm
2. the implementation here, it is indeed vror_vx(VectorRegister Vd, VectorRegister Vs2, *VectorRegister* Vs1, VectorMask vm = unmasked)
- relates to
-
JDK-8319716 RISC-V: Add SHA-2
- Resolved