Skip to content

Commit

Permalink
compile fix for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Mar 6, 2025
1 parent d1fbc26 commit d558671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ namespace osuCrypto
#ifdef ENABLE_SILENTOT

auto logn = cmd.getOr("nn", 10);
u64 n = ipow(2, logn);
u64 n = 1ull << logn;
auto blocks = divCeil(n, 128);


Expand Down

0 comments on commit d558671

Please sign in to comment.