We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eada2f commit 50d751eCopy full SHA for 50d751e
1 file changed
include/dynlibutils/module.hpp
@@ -49,7 +49,7 @@ struct Section_t : public CMemory // Start address of the section.
49
std::string m_svSectionName; // Name of the section.
50
}; // struct Section_t
51
52
-static constexpr std::size_t s_nDefaultPatternSize = 128;
+static constexpr std::size_t s_nDefaultPatternSize = 256;
53
static constexpr std::size_t s_nMaxSimdBlocks = 1 << 6; // 64 blocks = 1024 bytes per chunk.
54
55
template<std::size_t SIZE = 0l>
0 commit comments