Skip to content

Commit eddeaf8

Browse files
committed
Up s_nDefaultPatternSize value to 128
1 parent 3ed2141 commit eddeaf8

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
@@ -53,7 +53,7 @@ struct Section_t
5353
CMemory m_pBase; // Start address of the section.
5454
}; // struct Section_t
5555

56-
static constexpr std::size_t s_nDefaultPatternSize = 64;
56+
static constexpr std::size_t s_nDefaultPatternSize = 128;
5757
static constexpr std::size_t s_nMaxSimdBlocks = 1 << 6; // 64 blocks = 1024 bytes per chunk.
5858

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

0 commit comments

Comments
 (0)