Windows: Uninline CPU affinity functions
authorBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 04:17:41 +0000 (20:17 -0800)
committerBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 21:39:59 +0000 (13:39 -0800)
commita19579545153e46b8bc13b9d59c4aa6f1e2af2ed
treea26a97818f9cb43f6f38f7ddd998ff710af778a7
parenta4820445a718a545eb0014848399d275d25263b7
Windows: Uninline CPU affinity functions

None of the CPU affinity functions is in the hot path. Reduce the build
time by uninlining these functions.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Makefile
os/os-windows-7.h
os/os-windows-xp.h
os/os-windows.h
os/windows/cpu-affinity.c [new file with mode: 0644]