import intrinsics.

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

4
ggml.c
View file

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