Added support for multi-algorithm CPU threads settings.
This commit is contained in:
parent
83fdbbf29c
commit
b92807e8d8
24 changed files with 595 additions and 109 deletions
12
src/backend/backend.cmake
Normal file
12
src/backend/backend.cmake
Normal file
|
@ -0,0 +1,12 @@
|
|||
include (src/backend/cpu/cpu.cmake)
|
||||
|
||||
|
||||
set(HEADERS_BACKEND
|
||||
"${HEADERS_CPU}"
|
||||
src/backend/Threads.h
|
||||
)
|
||||
|
||||
set(SOURCES_BACKEND
|
||||
"${SOURCES_CPU}"
|
||||
src/backend/Threads.cpp
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue