We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305ba6f commit 9794052Copy full SHA for 9794052
ggml.c
@@ -1,3 +1,6 @@
1
+// Defines CLOCK_MONOTONIC on Linux
2
+#define _POSIX_C_SOURCE 199309L
3
+
4
#include "ggml.h"
5
6
#if defined(_MSC_VER) || defined(__MINGW32__)
0 commit comments