mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
more accurate thread readout
This commit is contained in:
parent
76388c6423
commit
aefdb4ce9b
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -61,7 +61,7 @@ int main(int argc, char **argv)
|
||||||
<< "\nSSE 4.1 : " << (__builtin_cpu_supports("sse4.1") ? "enabled" : "disabled")
|
<< "\nSSE 4.1 : " << (__builtin_cpu_supports("sse4.1") ? "enabled" : "disabled")
|
||||||
<< "\nSSE 4.2 : " << (__builtin_cpu_supports("sse4.2") ? "enabled" : "disabled")
|
<< "\nSSE 4.2 : " << (__builtin_cpu_supports("sse4.2") ? "enabled" : "disabled")
|
||||||
#if MULTI_THREADED
|
#if MULTI_THREADED
|
||||||
<< "\n\nThreads : " << get_nprocs() + 1
|
<< "\n\nThreads : " << get_nprocs() + saving_freq
|
||||||
<< "\nMulti threading : enabled";
|
<< "\nMulti threading : enabled";
|
||||||
#else
|
#else
|
||||||
<< "\n\nThreads : " << 2
|
<< "\n\nThreads : " << 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue