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

Function ggml_cpu_has_arm_fma

ggml.c:20464–20470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20462}
20463
20464int ggml_cpu_has_arm_fma(void) {
20465#if defined(__ARM_FEATURE_FMA)
20466 return 1;
20467#else
20468 return 0;
20469#endif
20470}
20471
20472int ggml_cpu_has_metal(void) {
20473#if defined(GGML_USE_METAL)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected