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

Function BTCpu64IsProcessorFeaturePresent

Source/Windows/ARM64EC/Module.cpp:1066–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064}
1065
1066BOOLEAN BTCpu64IsProcessorFeaturePresent(UINT Feature) {
1067 return CPUFeatures->IsFeaturePresent(Feature) ? TRUE : FALSE;
1068}
1069
1070void UpdateProcessorInformation(SYSTEM_CPU_INFORMATION* Info) {
1071 CPUFeatures->UpdateInformation(Info);

Callers

nothing calls this directly

Calls 1

IsFeaturePresentMethod · 0.80

Tested by

no test coverage detected