ggml_cpu_has_neon method

int ggml_cpu_has_neon()

ARM

Implementation

int ggml_cpu_has_neon() {
  return _ggml_cpu_has_neon();
}