pub fn get_mining_flags(
fast_mode: bool,
large_pages: bool,
secure: bool,
) -> RandomXFlagsExpand description
Auxiliary function to define RandomXFlags used in mining.
Note: RandomX recommended flags will include SSSE3 and AVX2
extensions if CPU supports them.