Skip to content

Commit

Permalink
Update matcher_avx512bw.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Oct 29, 2024
1 parent aa99680 commit d6f4397
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/matcher_avx512bw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ bool Matcher::simd_advance_string_avx512bw(size_t loc)
return advance_string(loc);
}

#if defined(WITH_STRING_PM)

/// Implements AVX512BW string search scheme based on http://0x80.pl/articles/simd-friendly-karp-rabin.html
bool Matcher::simd_advance_string_pma_avx512bw(size_t loc)
{
Expand Down Expand Up @@ -365,8 +363,6 @@ bool Matcher::simd_advance_string_pmh_avx512bw(size_t loc)
return advance_string_pmh(loc);
}

#endif // WITH_STRING_PM

#else

// appease ranlib "has no symbols"
Expand Down

0 comments on commit d6f4397

Please sign in to comment.