Macro cpufeatures::new

source ·
macro_rules! new {
    ($mod_name:ident, $($tf:tt),+ $(,)?) => { ... };
}
Expand description

Create module with CPU feature detection code.