readme.txt 715 B

12345678910111213141516171819202122
  1. This library contains functions
  2. that will determine the type of CPU that is in your system. See cpuidlib.h for
  3. a more detailed description of the functions that are avaliable.
  4. If you want to use the library all you need to do is to fetch
  5. - cpuidlib.h
  6. - cpuidlib.lib
  7. October 14 1999
  8. Jong Chen
  9. This is the initial revision of the library.
  10. At the moment the code is not fully tested. The code that tests for OS support
  11. of Pentium III instructions has only been tested on systems with OS that
  12. support the Pentium III instructions. It has not been tested in a
  13. configuration where we will detect the the OS will not support the Pentium III
  14. instructions.