switch noavx2 to not use openblas, as it has incompatible instructions

This commit is contained in:
Concedo 2023-07-30 16:47:33 +08:00
parent 23825abee1
commit 45456fa6ca
10 changed files with 35 additions and 35 deletions

View file

@ -247,7 +247,7 @@ struct llama_mmap {
#pragma message("warning: You are building for pre-Windows 8; prefetch not supported")
#endif // _WIN32_WINNT >= _WIN32_WINNT_WIN8
#else
printf("\nPrefetchVirtualMemory skipped in failsafe mode.");
printf("\nPrefetchVirtualMemory skipped in compatibility mode.\n");
#endif
}