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_VendorString


Unit:SDL_cpuid
Class: none
Declaration: function CPU_VendorString: string;

The function CPU_VendorString returns information about the manufacturer of the CPU. The possible return strings translate into the manufacturer names according to the following table:

CPU Vendor String Manufacturer Name
GenuineIntel Intel
AuthenticAMD AMD
CyrixInstead Cyrix
CentaurHauls Centaur
NexGenDriven NexGen
GenuineTMx86 Transmeta
RISERISERISE Rise
UMC UMC UMC UMC

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