ggml : detect SSSE3 (#2825)

* ggml : add ggml_cpu_has_ssse3

* llama : show SSSE3 in system info
This commit is contained in:
Przemysław Pawełczyk
2023-08-27 10:10:25 +02:00
committed by GitHub
parent 699ba791e5
commit 0c3eafbe0e
3 changed files with 10 additions and 0 deletions

1
ggml.h
View File

@@ -1944,6 +1944,7 @@ extern "C" {
GGML_API int ggml_cpu_has_clblast (void);
GGML_API int ggml_cpu_has_gpublas (void);
GGML_API int ggml_cpu_has_sse3 (void);
GGML_API int ggml_cpu_has_ssse3 (void);
GGML_API int ggml_cpu_has_vsx (void);
//