DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference
2.11 - DOS/32 Advanced D32A Library function - d32a_get_fpu_type()
Synopsys:
#include <d32a.h>
int d32a_get_fpu_type(void);
Description:
This function allows you to determine the type of the math co-processor
installed into the computer (if any).
Returns:
The Floating Point Unit type where:
0 is none (no math processor is present in the system)
1 is 8087
2 is 80287
3 is 80387
4 is 80486 (built-in)
5 is Pentium (built-in)
6 is Pentium Pro or Pentium II (built-in)
(other numbers are reserved for future co-processors)
Copyright © DOS/32 Advanced Team 1996-2002 All Rights Reserved
|