change immintrin.h to intrin.h for compatibility
Building on windows11 arm throws an error on this line. Seems like using intrin.h covers x86 and and arm
This commit is contained in:
parent
799fdc1b5d
commit
ca0a3e78d9
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -180,7 +180,7 @@ typedef double ggml_float;
|
||||||
#undef bool
|
#undef bool
|
||||||
#define bool _Bool
|
#define bool _Bool
|
||||||
#else
|
#else
|
||||||
#include <immintrin.h>
|
#include <intrin.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue