Fixed gcc 4 warnings
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401201
This commit is contained in:
parent
be38bc3621
commit
8ce4fc3c4d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static char rcsid =
|
||||||
#define CPU_HAS_SSE2 0x00000080
|
#define CPU_HAS_SSE2 0x00000080
|
||||||
#define CPU_HAS_ALTIVEC 0x00000100
|
#define CPU_HAS_ALTIVEC 0x00000100
|
||||||
|
|
||||||
#ifdef USE_SETJMP
|
#if defined(USE_SETJMP) && defined(GCC_ALTIVEC)
|
||||||
/* This is the brute force way of detecting instruction sets...
|
/* This is the brute force way of detecting instruction sets...
|
||||||
the idea is borrowed from the libmpeg2 library - thanks!
|
the idea is borrowed from the libmpeg2 library - thanks!
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue