Skip to content

Commit 73e467a

Browse files
committed
Add mld_poly_caddq to benchmark components
This commit adds mld_poly_caddq to the benchmark components to evaluate the performance impact of replacing the caddq AVX2 intrinsics with x86_64 assembly code. Signed-off-by: willieyz <[email protected]>
1 parent 10f3614 commit 73e467a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/bench/bench_components_mldsa.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ static int bench(void)
8080
mld_polyvec_matrix_pointwise_montgomery(&polyveck_out, &polymat,
8181
&polyvecl_b))
8282

83+
BENCH("poly_caddq", mld_poly_caddq((mld_poly *)data0));
84+
8385
return 0;
8486
}
8587

0 commit comments

Comments
 (0)