GEOS SDK TechDocs
|
|
2.13 [localization]
|
2.15 [modem]
coprocessor = <driver name>
The math category allows the user to override the way GEOS normally treats math coprocessors. The single key ( coprocessor ) specifies the coprocessor library to use; the math library will load that particular library, and the library will check to ensure the proper coprocessor chip exists. If the chip is present, the library will be used; if the chip is absent, the math library will use software emulation of a coprocessor.
coprocessor = none ; use software emulation coprocessor = intx87.geo ; Intel 80387, 80486 coprocessor = intx8087.geo ; Intel 80287, 8087
GEOS SDK TechDocs
|
|
2.13 [localization]
|
2.15 [modem]