Skip to content

Conversation

divideconcept
Copy link

These 2 commits fix compilation errors when trying to build with MSVC arm64 with __ARM_NEON defined

__fp16 is an undeclared identifie with MSVC
fix vaddlvq_s16 already defined as _CopyInt32FromFloat by MSVC arm64, and other similar functions
@ggerganov
Copy link
Member

This is a bit complicated to explain, but the ggml generally does not support Arm + MSVC. The recommended alternative is Arm + Clang. In short, this fix won't work.

See ggml-org/ggml#1177 and references there.

@ggerganov ggerganov closed this Jun 9, 2025
@divideconcept
Copy link
Author

FWIW, with this patch it builds and it's properly running, doing speech to text as expected. I don't know if it actually uses NEON instructions though.

@seydx seydx mentioned this pull request Oct 20, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants