-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Closed
Labels
bug-unconfirmedmedium severityUsed to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)
Description
What happened?
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
Metadata
Metadata
Assignees
Labels
bug-unconfirmedmedium severityUsed to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)