Maratyszcza / pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++
BSD 2-Clause "Simplified" License
342 stars 132 forks source link

Build on Windows/mingw64 #6

Closed mattn closed 4 years ago

mattn commented 4 years ago

Thank you. PTAL.

mattn commented 4 years ago

Please wait merge.

mattn commented 4 years ago

Fixed to use _aligned_free.

latency-bench.exe pthreadpool-test.exe throughput-bench.exe

All passed.

mattn commented 4 years ago

Thank you