Update ggml.c
Fix indentation upgate Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
66ae732f44
commit
e92acebdf3
1 changed files with 2 additions and 2 deletions
4
ggml.c
4
ggml.c
|
@ -19639,9 +19639,9 @@ int ggml_cpu_has_avx(void) {
|
|||
|
||||
int ggml_cpu_has_avx_vnni(void) {
|
||||
#if defined(__AVXVNNI__)
|
||||
return 1;
|
||||
return 1;
|
||||
#else
|
||||
return 0;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue