-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zvkb: add "vclmulh.[vv,vx]" instructions
Vector Carry-less Multiply by vector or scalar - returning high half of product. Each 64-bit element in the vs2 vector register is carry-less multiplied by either each 64-bit element in vs1 (vector-vector), or the 64-bit value from integer register rs1 (vector-scalar). The result is the most significant 64 bits of the carry-less product. Signed-off-by: Charalampos Mitrodimas <charalampos.mitrodimas@vrull.eu>
- Loading branch information
Charalampos Mitrodimas
committed
May 15, 2023
1 parent
c79468c
commit 312ff0e
Showing
1 changed file
with
107 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters