Remove copied code since we don't use 10.2.8 any more. Minimum requirements are 10.3.9.
This commit is contained in:
@@ -8,17 +8,6 @@ using std::max;
|
|||||||
#if defined(USE_VEC)
|
#if defined(USE_VEC)
|
||||||
#if defined(__VEC__)
|
#if defined(__VEC__)
|
||||||
#include <vecLib/vecLib.h>
|
#include <vecLib/vecLib.h>
|
||||||
#ifndef __VECLIBTYPES__
|
|
||||||
// Copy this from the header since it isn't in the 10.2.8 sdk
|
|
||||||
typedef vector unsigned char vUInt8;
|
|
||||||
typedef vector signed char vSInt8;
|
|
||||||
typedef vector unsigned short vUInt16;
|
|
||||||
typedef vector signed short vSInt16;
|
|
||||||
typedef vector unsigned int vUInt32;
|
|
||||||
typedef vector signed int vSInt32;
|
|
||||||
typedef vector float vFloat;
|
|
||||||
typedef vector bool int vBool32;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
bool Vector::CheckForVector()
|
bool Vector::CheckForVector()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user