get_mining_flags

Function get_mining_flags 

Source
pub fn get_mining_flags(
    fast_mode: bool,
    large_pages: bool,
    secure: bool,
) -> RandomXFlags
Expand description

Auxiliary function to define RandomXFlags used in mining.

Note: RandomX recommended flags will include SSSE3 and AVX2 extensions if CPU supports them.