MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / is_hybrid_cpu

Function is_hybrid_cpu

common/common.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static bool is_hybrid_cpu(void) {
155 unsigned eax, ebx, ecx, edx;
156 cpuid(7, 0, &eax, &ebx, &ecx, &edx);
157 return !!(edx & (1u << 15));
158}
159
160static bool is_running_on_efficiency_core(void) {
161 unsigned eax, ebx, ecx, edx;

Callers 1

cpu_get_num_mathFunction · 0.85

Calls 1

cpuidFunction · 0.85

Tested by

no test coverage detected