ggml_cpu_has_avx method

int ggml_cpu_has_avx()

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

int ggml_cpu_has_avx() {
  return _ggml_cpu_has_avx();
}