Axiom.Core.PlatformInformation.IsSupported C# (CSharp) Method

IsSupported() public static method

public static IsSupported ( CPUFeature feature ) : bool
feature CPUFeature
return bool
		public static bool IsSupported( CPUFeature feature )
		{
			return cpuFeatures[ (int)feature ];
		}