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

Method CPUFeaturesAll

Source/Common/HostFeatures.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83class CPUFeaturesAll final : public FEX::CPUFeatures {
84public:
85 CPUFeaturesAll() {
86 // Special case, just set all feature flags
87 for (uint32_t i = 0; i < FEXCore::ToUnderlying(FEX::CPUFeatures::Feature::MAX); ++i) {
88 SetFeature(FEX::CPUFeatures::Feature {i});
89 }
90 }
91};
92
93void FEX::CPUFeatures::FillFeatureFlags() {

Callers

nothing calls this directly

Calls 1

ToUnderlyingFunction · 0.85

Tested by

no test coverage detected