ggml_cpu_has_avx2 method

int ggml_cpu_has_avx2()

Implementation

int ggml_cpu_has_avx2() {
  return _ggml_cpu_has_avx2();
}