The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CPU_Signature


Unit:SDL_cpuid
Class: none
Declaration: function CPU_Signature: LongInt;

The function CPU_Signature returns the signature bits of the CPU. The signature contains the following information which can be accessed separately using the functions of the unit CPUid:

type of CPU CPU_Type
overdrive flag CPU_OverDrive
CPU family CPU_Family
CPU extended family CPU_ExFamily
CPU model CPU_Model
CPU extended model CPU_ExModel
CPU stepping CPU_Stepping

Example: This function is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): cpuinfo



Last Update: 2023-Feb-06