ggml : add math.h to ggml-impl.h

This commit is contained in:
Georgi Gerganov 2023-10-30 17:12:27 +02:00
parent 334984e457
commit 223696c9f9
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -6,7 +6,8 @@
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
#include <string.h> // memcpy
#include <math.h> // fabsf
// static_assert should be a #define, but if it's not,
// fall back to the _Static_assert C11 keyword.