MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_cpu_has_f16c

Function ggml_cpu_has_f16c

ggml.c:20480–20486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20478}
20479
20480int ggml_cpu_has_f16c(void) {
20481#if defined(__F16C__)
20482 return 1;
20483#else
20484 return 0;
20485#endif
20486}
20487
20488int ggml_cpu_has_fp16_va(void) {
20489#if defined(__ARM_FEATURE_FP16_VECTOR_ARITHMETIC)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected