pub fn IsProcessorFeaturePresent(feature: PF) bool
pub fn IsProcessorFeaturePresent(feature: PF) bool { if (@backingInt(feature) >= PROCESSOR_FEATURE_MAX) return false; return SharedUserData.ProcessorFeatures[@backingInt(feature)].toBool(); }