News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

CPUID on Intel Hybrid Architecture - CPU topology enumeration

Started by LiaoMi, February 06, 2024, 08:39:59 PM

Previous topic - Next topic

LiaoMi

Hi,

Game Dev Guide for 12th Gen Intel® Core™ Processor
Sample application and source code can be found on Github (Heterogeneous & Homogeneous CPU Detect for Intel Processors)

CPUIDx - A console tool to extract detailed CPU information via the x86 CPUID instruction (FASM).

libcpuid - a small C library for x86 CPU detection and feature extraction
Download Sample

Biterider

Hi LiaoMi
Thanks for the links, a very interesting read.   :thumbsup:
Things are getting really complicated with these hybrid CPUs...

Biterider