ggml : make compatible with c99 (#262)

pull/273/head
Georgi Gerganov 1 year ago
parent a613f16aec
commit 9955fa4ed7
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -14,6 +14,11 @@
#include <stdint.h>
#include <stdio.h>
// if C99 - static_assert is nop
#ifndef static_assert
#define static_assert(cond, msg)
#endif
#if defined _MSC_VER || defined(__MINGW32__)
#if !defined(__MINGW32__)

Loading…
Cancel
Save