mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 21:41:23 +00:00
Fix ppc64le build
This commit is contained in:
parent
3b7cc39f28
commit
a5332a0780
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
//
|
//
|
||||||
//===============================================================
|
//===============================================================
|
||||||
|
|
||||||
#if defined(__GNUC__) && defined(__ALTIVEC__)
|
#if defined(MACOS_X) && defined(__GNUC__) && defined(__ALTIVEC__)
|
||||||
|
|
||||||
#ifdef PPC_INTRINSICS
|
#ifdef PPC_INTRINSICS
|
||||||
// for square root estimate instruction
|
// for square root estimate instruction
|
||||||
|
|
|
@ -110,7 +110,7 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
//#define DRAWVERT_PADDED
|
//#define DRAWVERT_PADDED
|
||||||
|
|
||||||
class idSIMD_AltiVec : public idSIMD_Generic {
|
class idSIMD_AltiVec : public idSIMD_Generic {
|
||||||
#if defined(__GNUC__) && defined(__ALTIVEC__)
|
#if defined(MACOS_X) && defined(__GNUC__) && defined(__ALTIVEC__)
|
||||||
public:
|
public:
|
||||||
|
|
||||||
virtual const char * VPCALL GetName( void ) const;
|
virtual const char * VPCALL GetName( void ) const;
|
||||||
|
|
Loading…
Reference in a new issue