[][src]Macro cpuid_bool::cpuid_bool

macro_rules! cpuid_bool {
    ($($tf:tt),+ $(,)? ) => { ... };
}

Check at runtime if CPU supports sequence of target features.

During first execution this macro will use CPUID to check requested target features, results will be cached and further calls will return it instead.