*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40797
This commit is contained in:
parent
fdf58b5852
commit
28e5ce27fc
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ static __inline__ int CPU_haveSSE2()
|
|||
|
||||
static __inline__ int CPU_haveAltiVec()
|
||||
{
|
||||
int altivec = 0;
|
||||
volatile int altivec = 0;
|
||||
#ifdef MACOSX
|
||||
int selectors[2] = { CTL_HW, HW_VECTORUNIT };
|
||||
int hasVectorUnit = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue