mirror of
https://github.com/joel16/SDL2.git
synced 2025-01-05 18:22:09 +00:00
*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40797
This commit is contained in:
parent
fdf58b5852
commit
28e5ce27fc
@ -228,7 +228,7 @@ static __inline__ int CPU_haveSSE2()
|
|||||||
|
|
||||||
static __inline__ int CPU_haveAltiVec()
|
static __inline__ int CPU_haveAltiVec()
|
||||||
{
|
{
|
||||||
int altivec = 0;
|
volatile int altivec = 0;
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
int selectors[2] = { CTL_HW, HW_VECTORUNIT };
|
int selectors[2] = { CTL_HW, HW_VECTORUNIT };
|
||||||
int hasVectorUnit = 0;
|
int hasVectorUnit = 0;
|
||||||
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(README)
|
AC_INIT(README)
|
||||||
|
|
||||||
dnl Setup for automake
|
dnl Setup for automake
|
||||||
SDL_VERSION=1.2.6
|
SDL_VERSION=1.2.7
|
||||||
|
|
||||||
dnl Detect the canonical host and target build environment
|
dnl Detect the canonical host and target build environment
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
Loading…
Reference in New Issue
Block a user