Skip to content

Commit 4675838

Browse files
committed
set bitmask properly on windows
1 parent 9a4bdc8 commit 4675838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19337,7 +19337,7 @@ static bool __thread_affinity(bool * mask) {
1933719337
}
1933819338
}
1933919339

19340-
DWORD_PTR m = (DWORD_PTR)mask;
19340+
DWORD_PTR m = (DWORD_PTR)bitmask;
1934119341

1934219342
m = SetThreadAffinityMask(h, m);
1934319343

0 commit comments

Comments
 (0)