
********************************************
****          DxwCpuLib V1.0            ****
****       CPU detection library        ****
**** (c) 2002-2012, Alessandro Pedretti ****
********************************************


This is a simple static library for x86 CPU detection under Win32
operating systems. 

Supported CPUs:
- All Intel IA32 CPUs starting from 586.
- All AMD CPUs including Athlon 64.
- Centaur.
- Cyrix.
- Rise.
- Transmeta.
- UMC.

Unsupported CPUs:
- Intel IA64 (Itanium)
- VIA

The library is provided in four versions:
- C library for gcc (Mingw)
- C++ library for g++ (Mingw) 
- C library for Borland C/C++ Builder 4
- C++ library for Borland C/C++ Builder 4



