Skip to content

Commit

Permalink
Fix sse/avx2 tests not running under x64
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Nov 22, 2024
1 parent d629751 commit 36ee544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/Scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class FindPatternTest<FindPatternParameters<Mode, SignatureSize, MaxBufferSize>>
};

using FindPatternTestTypes = ::testing::Types<
#ifdef LIBHAT_X86
#if defined(LIBHAT_X86_64) || defined(LIBHAT_X86)
FindPatternParameters<hat::detail::scan_mode::SSE, 1, 256>,
FindPatternParameters<hat::detail::scan_mode::SSE, 3, 256>,
FindPatternParameters<hat::detail::scan_mode::SSE, 8, 256>,
Expand Down

0 comments on commit 36ee544

Please sign in to comment.