1 ///////////////////////////////////////////////////////////////////////////////
3 /// \file hardware_cputhreads.c
4 /// \brief Get the number of CPU threads or cores
6 // Author: Lasse Collin
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
11 ///////////////////////////////////////////////////////////////////////////////
15 #include "tuklib_cpucores.h"
18 extern LZMA_API(uint32_t)
21 return tuklib_cpucores();