🐛 typo

This commit is contained in:
EntireTwix 2021-07-03 00:40:24 -07:00
parent 0e5836b777
commit 7d1ec6d634

View file

@ -37,10 +37,10 @@ int main(int argc, char **argv)
<< "\nSSE 4.2 : " << (__builtin_cpu_supports("sse4.2") ? "enabled" : "disabled")
#if MULTI_THREADED
<< "\n\nThreads : " << get_nprocs() + 1
<< "\nMulti thread : disabled"
<< "\nMulti threading : enabled"
#else
<< "\n\nThreads : " << 2
<< "\nMulti thread : disabled"
<< "\nMulti threading : disabled"
#endif
<< std::endl; //flushing before EventLoop