Searched refs:GetWindowsIsProcessorFeaturePresent (Results 1 – 2 of 2) sorted by relevance
30 extern bool GetWindowsIsProcessorFeaturePresent(DWORD);32 static bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function41 GetWindowsIsProcessorFeaturePresent(PF_XMMI_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()43 GetWindowsIsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()45 GetWindowsIsProcessorFeaturePresent(PF_SSE3_INSTRUCTIONS_AVAILABLE); in DetectFeaturesFromOs()
62 bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function in cpu_features::FakeCpu102 extern "C" bool GetWindowsIsProcessorFeaturePresent(DWORD ProcessorFeature) { in GetWindowsIsProcessorFeaturePresent() function103 return cpu().GetWindowsIsProcessorFeaturePresent(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()