import intrinsics.

This commit is contained in:
Julia Longtin 2024-03-13 19:26:54 +00:00
parent b5ea05f003
commit 7fce3f6b67

4
ggml.c
View file

@ -42,6 +42,10 @@
#pragma warning(disable: 4996)
#endif
#if defined(__k1om__)
#include <immintrin.h>
#endif
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN