Carbon


gestaltPowerPCProcessorFeatures

Header: Gestalt.h

enum {
    gestaltPowerPCProcessorFeatures = 'ppcf',
    gestaltPowerPCHasGraphicsInstructions = 0,
    gestaltPowerPCHasSTFIWXInstruction = 1,
    gestaltPowerPCHasSquareRootInstructions = 2,
    gestaltPowerPCHasDCBAInstruction = 3,
    gestaltPowerPCHasVectorInstructions = 4,
    gestaltPowerPCHasDataStreams = 5
};

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