Initial community commit

This commit is contained in:
Jef 2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit fc06254474
16440 changed files with 4239995 additions and 2 deletions

View file

@ -0,0 +1,22 @@
This library contains functions
that will determine the type of CPU that is in your system. See cpuidlib.h for
a more detailed description of the functions that are avaliable.
If you want to use the library all you need to do is to fetch
- cpuidlib.h
- cpuidlib.lib
October 14 1999
Jong Chen
This is the initial revision of the library.
At the moment the code is not fully tested. The code that tests for OS support
of Pentium III instructions has only been tested on systems with OS that
support the Pentium III instructions. It has not been tested in a
configuration where we will detect the the OS will not support the Pentium III
instructions.