arm64 support for windows (#3007)

Co-authored-by: Cebtenzzre <cebtenzzre@gmail.com>
This commit is contained in:
Eric Sommerlade
2023-09-12 21:54:20 -04:00
committed by GitHub
co-authored by Cebtenzzre
parent 4f7cd6ba9c
commit b52b29ab9d
4 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ typedef double ggml_float;
// 16-bit float
// on Arm, we use __fp16
// on x86, we use uint16_t
#ifdef __ARM_NEON
#if defined(__ARM_NEON) && !defined(_MSC_VER)
// if YCM cannot find <arm_neon.h>, make a symbolic link to it, for example:
//