ggml_cpu_has_vsx method

int ggml_cpu_has_vsx()

Implementation

int ggml_cpu_has_vsx() {
  return _ggml_cpu_has_vsx();
}