Remove building with NOCRYPTO option
[minix3.git] / external / public-domain / xz / dist / src / liblzma / common / hardware_cputhreads.c
blobf468366a60451e4d824c293eab61a20973f2a9e1
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 /// \file hardware_cputhreads.c
4 /// \brief Get the number of CPU threads or cores
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
11 ///////////////////////////////////////////////////////////////////////////////
13 #include "common.h"
15 #include "tuklib_cpucores.h"
18 extern LZMA_API(uint32_t)
19 lzma_cputhreads(void)
21 return tuklib_cpucores();