Esempio n. 1
0
		public static bool IsSupported( CPUFeature feature )
		{
			return cpuFeatures[ (int)feature ];
		}
Esempio n. 2
0
 public static bool IsSupported(CPUFeature feature)
 {
     return(cpuFeatures[(int)feature]);
 }