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

Function ggml_cpu_has_fp16_va

ggml.c:20488–20494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20486}
20487
20488int ggml_cpu_has_fp16_va(void) {
20489#if defined(__ARM_FEATURE_FP16_VECTOR_ARITHMETIC)
20490 return 1;
20491#else
20492 return 0;
20493#endif
20494}
20495
20496int ggml_cpu_has_wasm_simd(void) {
20497#if defined(__wasm_simd128__)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected