ggml_cpu_has_fp16_va method

int ggml_cpu_has_fp16_va()

Implementation

int ggml_cpu_has_fp16_va() {
  return _ggml_cpu_has_fp16_va();
}