Removed useless message.
This commit is contained in:
parent
cc55e8dc72
commit
f86f34a449
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ int IsAltiVecAvailable( void )
|
||||||
int hasVectorUnit = 0;
|
int hasVectorUnit = 0;
|
||||||
size_t length = sizeof(hasVectorUnit);
|
size_t length = sizeof(hasVectorUnit);
|
||||||
int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
|
int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0);
|
||||||
printf("ALTIVEC: %i\n", hasVectorUnit);
|
|
||||||
if( 0 == error ) return hasVectorUnit != 0;
|
if( 0 == error ) return hasVectorUnit != 0;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue