Carbon


gestaltFPUType

Header: Gestalt.h

enum {
    gestaltFPUType = 'fpu ',
    gestaltNoFPU = 0,
    gestalt68881 = 1,
    gestalt68882 = 2,
    gestalt68040FPU = 3
};

Constant descriptions

gestaltFPUType

A constant that represents the type of floating-point unit currently installed, if any.

gestaltNoFPU
gestalt68881
gestalt68882
gestalt68040FPU


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)