Skip to content

Commit 223696c

Browse files
committed
ggml : add math.h to ggml-impl.h
1 parent 334984e commit 223696c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ggml-impl.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
#include <stddef.h>
88
#include <stdbool.h>
9-
#include <string.h>
9+
#include <string.h> // memcpy
10+
#include <math.h> // fabsf
1011

1112
// static_assert should be a #define, but if it's not,
1213
// fall back to the _Static_assert C11 keyword.

0 commit comments

Comments
 (0)