squish update (primarily to add additional formats for later usage)

This commit is contained in:
Azaezel 2017-03-30 20:44:35 -05:00
parent 9c7b5eec73
commit ac37547d4f
24 changed files with 256 additions and 1072 deletions

View file

@ -27,14 +27,6 @@
#define SQUISH_SIMD_H
#include "maths.h"
#if SQUISH_USE_ALTIVEC
#include "simd_ve.h"
#elif SQUISH_USE_SSE
#include "simd_sse.h"
#else
#include "simd_float.h"
#endif
#endif // ndef SQUISH_SIMD_H