ggml_cpu_has_f16c method

int ggml_cpu_has_f16c()

Implementation

int ggml_cpu_has_f16c() {
  return _ggml_cpu_has_f16c();
}