Skip to content

Commit

Permalink
Formatting adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Feb 5, 2023
1 parent 88e4b01 commit b1e43f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/x86/AVX2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace hat::detail {
const auto firstByte = _mm256_set1_epi8(static_cast<int8_t>(*signature[0]));

std::byte byteBuffer[32]{}; // The remaining signature bytes
std::byte maskBuffer[32]{}; // A bitmask for the signature bytes we care about
std::byte maskBuffer[32]{}; // A bitmask for the signature bytes we care about
for (size_t i = 1; i < signature.size(); i++) {
auto e = signature[i];
if (e.has_value()) {
Expand Down
1 change: 1 addition & 0 deletions src/arch/x86/AVX512.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <libhat/Defines.hpp>

#ifdef LIBHAT_X86

#include <libhat/Scanner.hpp>
Expand Down

0 comments on commit b1e43f2

Please sign in to comment.