◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler generates ┌───────────── Speed ────────────┐ in-line instructions │ │ for floating-point │ ▒ 80x87 or Emulator Math /FPi ◄── operations. │ │ │ │ Program uses │ ▒ Alternate Math /FPa ◄── alternate-math library. │ │ │ │ Compiler generates │ ▒ Code Generation for 286 /G2 ◄── 286-specific │ │ instructions. └────────────────────────────────┘ /G2 is on by default if you are running on a 286 or higher processor. -♦-