Changeset 1084
- Timestamp:
- 06/24/09 12:29:17 (9 months ago)
- Files:
-
- trunk/CommonUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CommonUtils.c
r1068 r1084 407 407 int err = Gestalt(gestaltPowerPCProcessorFeatures, &response); 408 408 409 altivec = !err && ((response & gestaltPowerPCHasVectorInstructions) != 0);409 altivec = !err && ((response & (1 << gestaltPowerPCHasVectorInstructions)) != 0); 410 410 } 411 411
