Maybe when I'm bored I'll write a third backend for NVidia's OpenGL command buffer extension...

Moderator: GZDoom Developers
axredneck wrote:Can somebody tell us if it's a reliable way to detect a number of cores and SMTs on Linux?
Code: Select all
$ lscpu
...
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
...