]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : change immintrin.h to intrin.h for compatibility (#1307)
authorRon Jailall <redacted>
Thu, 4 May 2023 15:05:59 +0000 (11:05 -0400)
committerGitHub <redacted>
Thu, 4 May 2023 15:05:59 +0000 (18:05 +0300)
commit20fbf2a2a08d8edefe9b3435fa86f8b2f63f8588
treed88b3e6eba3a7b4aeee0de700260925baeb2e560
parentdb1080876a62ec3bb4119d90b16e7dce7594b733
ggml : change immintrin.h to intrin.h for compatibility (#1307)

* 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

* conditional def of intrin.h

* fix typo in ggml.c
ggml.c