Пример #1
0
		public static bool IsSupported( CPUFeature feature )
		{
			return cpuFeatures[ (int)feature ];
		}
Пример #2
0
 public static bool IsSupported(CPUFeature feature)
 {
     return(cpuFeatures[(int)feature]);
 }