MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / BTCpuIsProcessorFeaturePresent

Function BTCpuIsProcessorFeaturePresent

Source/Windows/WOW64/Module.cpp:1019–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017void BTCpuNotifyReadFile(HANDLE Handle, void* Address, SIZE_T Size, BOOL After, NTSTATUS Status) {}
1018
1019BOOLEAN WINAPI BTCpuIsProcessorFeaturePresent(UINT Feature) {
1020 return CPUFeatures->IsFeaturePresent(Feature) ? TRUE : FALSE;
1021}
1022
1023void BTCpuUpdateProcessorInformation(SYSTEM_CPU_INFORMATION* Info) {
1024 CPUFeatures->UpdateInformation(Info);

Callers

nothing calls this directly

Calls 1

IsFeaturePresentMethod · 0.80

Tested by

no test coverage detected