<p>Am 12.09.2014 16:08 schrieb "Xiangrong Fang" <<a href="mailto:xrfang@gmail.com">xrfang@gmail.com</a>>:<br>
><br>
> Hi All,<br>
><br>
> Is there a platform independent (specifically Windows and Linux) way to detect cores and hyper-threads of the CPU? I am writing a calculation intensive app and would like to fully utilize SMP capability of the CPU.</p>
<p>FPC 2.7.1 has TThread.ProcessorCount (it's a class property, so no instance needed) or System.CpuCount (ProcessorCount uses this). It's not yet implemented though for any system :/</p>
<p>Regards,<br>
Sven</p>