Skip to content

Commit 50d751e

Browse files
committed
Up default pattern size to 256 bytes
1 parent 2eada2f commit 50d751e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/dynlibutils/module.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct Section_t : public CMemory // Start address of the section.
4949
std::string m_svSectionName; // Name of the section.
5050
}; // struct Section_t
5151

52-
static constexpr std::size_t s_nDefaultPatternSize = 128;
52+
static constexpr std::size_t s_nDefaultPatternSize = 256;
5353
static constexpr std::size_t s_nMaxSimdBlocks = 1 << 6; // 64 blocks = 1024 bytes per chunk.
5454

5555
template<std::size_t SIZE = 0l>

0 commit comments

Comments
 (0)