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

Function ggml_cpu_has_neon

ggml.c:20456–20462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20454}
20455
20456int ggml_cpu_has_neon(void) {
20457#if defined(__ARM_NEON)
20458 return 1;
20459#else
20460 return 0;
20461#endif
20462}
20463
20464int ggml_cpu_has_arm_fma(void) {
20465#if defined(__ARM_FEATURE_FMA)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected