whisper : document POWER VSX support

This commit is contained in:
Thomas Fitzsimmons
2023-01-04 23:00:30 -05:00
committed by Georgi Gerganov
parent 49a8dd6732
commit 1944e7c33e
4 changed files with 11 additions and 0 deletions

1
ggml.h
View File

@@ -731,6 +731,7 @@ int ggml_cpu_has_f16c(void);
int ggml_cpu_has_fp16_va(void);
int ggml_cpu_has_wasm_simd(void);
int ggml_cpu_has_blas(void);
int ggml_cpu_has_vsx(void);
#ifdef __cplusplus
}