ggml : detect SSSE3 (#1211)

* ggml : add ggml_cpu_has_ssse3

* whisper : show SSSE3 in system info

* make : detect SSSE3 via cpuinfo
This commit is contained in:
Przemysław Pawełczyk
2023-08-27 20:36:41 +02:00
committed by GitHub
parent 175ffa64ee
commit 601c2d2181
4 changed files with 15 additions and 0 deletions

1
ggml.h
View File

@@ -1508,6 +1508,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);
//