Bug: __AVX2__ missing #10154
Labels
bug-unconfirmed
medium severity
Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)
What happened?
llama.cpp/ggml/src/ggml.c
Line 395 in 9f40989
there is a
#ifdef __AVX2__
missing this if is no more call.Or the #ifdef AVXnnn have to be replace with something like
__x86_64__
but I don't know if it can work.Name and Version
b4020 tag
What operating system are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: