Skip to content

Commit

Permalink
Fix simd256 preprocessor directive in sha3.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet authored Dec 6, 2023
1 parent 182d7c8 commit b2c0d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/sha3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Hacl_Sha3_384_Scalar(benchmark::State& state)

BENCHMARK(Hacl_Sha3_384_Scalar)->Setup(DoSetup);

#ifdef HACL_CAN_COMPILE_VEC384
#ifdef HACL_CAN_COMPILE_VEC256
static void
Hacl_Sha3_384_Simd256(benchmark::State& state)
{
Expand Down

0 comments on commit b2c0d65

Please sign in to comment.