Removed useless message.

CQTexperiment
vspader 2007-03-05 00:49:18 +00:00
parent cc55e8dc72
commit f86f34a449
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ int IsAltiVecAvailable( void )
int hasVectorUnit = 0;
size_t length = sizeof(hasVectorUnit);
int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
printf("ALTIVEC: %i\n", hasVectorUnit);
if( 0 == error ) return hasVectorUnit != 0;
return 0;