Macro cpufeatures::new[][src]

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

Create module with CPU feature detection code.