arm64 support for windows (#3007)
Co-authored-by: Cebtenzzre <cebtenzzre@gmail.com>
This commit is contained in:
parent
4f7cd6ba9c
commit
b52b29ab9d
4 changed files with 20 additions and 6 deletions
2
ggml.c
2
ggml.c
|
@ -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:
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue