Fix compilation error when SIMD is not supported.
This commit is contained in:
@ -29,8 +29,6 @@
|
||||
#include <altivec.h>
|
||||
#undef bool
|
||||
|
||||
#define SQUISH_ALIGN_16 __attribute__ ((__aligned__ (16)))
|
||||
|
||||
namespace squish {
|
||||
|
||||
#define VEC4_CONST( X ) Vec4( ( vector float )( X ) )
|
||||
|
Reference in New Issue
Block a user