We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s_nDefaultPatternSize
1 parent 3ed2141 commit eddeaf8Copy full SHA for eddeaf8
1 file changed
include/dynlibutils/module.hpp
@@ -53,7 +53,7 @@ struct Section_t
53
CMemory m_pBase; // Start address of the section.
54
}; // struct Section_t
55
56
-static constexpr std::size_t s_nDefaultPatternSize = 64;
+static constexpr std::size_t s_nDefaultPatternSize = 128;
57
static constexpr std::size_t s_nMaxSimdBlocks = 1 << 6; // 64 blocks = 1024 bytes per chunk.
58
59
template<std::size_t SIZE = 0l>
0 commit comments