ggml_cpu_has_avx method

int ggml_cpu_has_avx()

Implementation

int ggml_cpu_has_avx() {
  return _ggml_cpu_has_avx();
}