ggml : add F16C CPU flag check

This commit is contained in:
Georgi Gerganov
2022-12-06 21:56:56 +02:00
parent 35b40a93b9
commit f8ec718b76
3 changed files with 10 additions and 0 deletions

1
ggml.h
View File

@@ -727,6 +727,7 @@ int ggml_cpu_has_avx(void);
int ggml_cpu_has_avx2(void);
int ggml_cpu_has_avx512(void);
int ggml_cpu_has_neon(void);
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);