- 4.67.1.32. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.32. Test8087 variable
4.67.1.32. Test8087 variable
Targets: MS-DOS, OS/2, Win32
System Unit
Identifies the type of 80x87 processor (FPU) the system
contains.
Declaration:
const Test8087: DWORD = 3;
OS2 and Win32 targets:
Test8086 always is 3 (Intel 80386 or higher).
MS-DOS target:
Test8087 is 3 for 387 or later or 0 if FPU is not detected.
- 4.67.1.32. -