Support more than 64 cores in WSL2.

This commit is contained in:
xyb
2023-12-16 09:34:24 -08:00
parent d743011edf
commit 9bdce81c9c
5 changed files with 336 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
set(CMAKE_CXX_STANDARD 20)
add_library(computecore SHARED
src/computecore.cpp
)