ggml_cpu_has_avx512 method

int ggml_cpu_has_avx512()

Implementation

int ggml_cpu_has_avx512() {
  return _ggml_cpu_has_avx512();
}