Skip to content

Commit 16c21cd

Browse files
committed
[Zvbc32e] updating vclmul_vv comment
1 parent 8143005 commit 16c21cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv/insns/vclmulh_vv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require_either_extension_condition(EXT_ZVBC, P.VU.vsew == 64, EXT_ZVBC32E, P.VU.
77

88
VI_VV_ULOOP
99
({
10-
// Perform a carryless multiplication 64bx64b on each 64b element,
11-
// return the high 64b of the 128b product.
10+
// Perform a carryless multiplication SEW-bit x SEW-bit on each SEW-bit element,
11+
// return the high SEW bits of the (2.SEW)-bit product.
1212
// <https://en.wikipedia.org/wiki/Carry-less_product>
1313
vd = 0;
1414
for (std::size_t bit_idx = 1; bit_idx < sew; ++bit_idx) {

0 commit comments

Comments
 (0)