ggml : add comment
This commit is contained in:
parent
c92418dca9
commit
a78caeb7ac
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
// GGML internal header
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdlib.h> // load `stdlib.h` before other headers to work around MinGW bug: https://sourceforge.net/p/mingw-w64/bugs/192/
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h> // memcpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue