ggml_cpu_has_arm_fma method

int ggml_cpu_has_arm_fma()

Implementation

int ggml_cpu_has_arm_fma() {
  return _ggml_cpu_has_arm_fma();
}