We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb7560 commit 26b47dfCopy full SHA for 26b47df
test/bench_components_mlkem.c
@@ -71,7 +71,7 @@ static int bench(void)
71
BENCH("mlk_poly_rej_uniform_x4",
72
mlk_poly_rej_uniform_x4((mlk_poly *)data0, (mlk_poly *)data1,
73
(mlk_poly *)data2, (mlk_poly *)data3,
74
- (uint8_t (*)[64])data4))
+ (uint8_t(*)[64])data4))
75
76
/* mlk_poly */
77
/* mlk_poly_compress_du */
0 commit comments