Changeset 1084
- Timestamp:
- 06/24/09 12:29:17 (14 months ago)
- Files:
-
- 1 modified
-
trunk/CommonUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
