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

Function ggml_cpu_has_fma

ggml.c:20448–20454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20446}
20447
20448int ggml_cpu_has_fma(void) {
20449#if defined(__FMA__)
20450 return 1;
20451#else
20452 return 0;
20453#endif
20454}
20455
20456int ggml_cpu_has_neon(void) {
20457#if defined(__ARM_NEON)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected