The INI File: 2.14 Categories in the INI File: [math]

Up: GEOS SDK TechDocs | Up | Prev: 2.13 [localization] | Next: 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

Up: GEOS SDK TechDocs | Up | Prev: 2.13 [localization] | Next: 2.15 [modem]