Macro coresimd::cfg_feature_enabled [] [src]

macro_rules! cfg_feature_enabled {
    ($name:tt) => { ... };
}

Is a feature supported by the host CPU?

This macro performs run-time feature detection in coresimd. It returns true if the host CPU in which the binary is running on supports a particular feature.