ggml-cpu : fix CPU affinity mask being ignored on Android (#26838)

This commit is contained in:
Hitesh Chopra
2026-08-10 15:13:40 +03:00
committed by GitHub
parent f8def7fe16
commit d2f83055d6
+1 -1
View File
@@ -2608,7 +2608,7 @@ static bool ggml_thread_apply_priority(int32_t prio) {
return true;
}
#elif defined(__gnu_linux__)
#elif defined(__linux__)
// TODO: this may not work on BSD, to be verified
static bool ggml_thread_apply_affinity(const bool * mask) {