mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
squish update (primarily to add additional formats for later usage)
This commit is contained in:
parent
9083682d40
commit
fba9580004
24 changed files with 256 additions and 1072 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#define SQUISH_USE_SSE 0
|
||||
#endif
|
||||
|
||||
// Internally et SQUISH_USE_SIMD when either Altivec or SSE is available.
|
||||
// Internally set SQUISH_USE_SIMD when either Altivec or SSE is available.
|
||||
#if SQUISH_USE_ALTIVEC && SQUISH_USE_SSE
|
||||
#error "Cannot enable both Altivec and SSE!"
|
||||
#endif
|
||||
|
|
@ -46,10 +46,4 @@
|
|||
#define SQUISH_USE_SIMD 0
|
||||
#endif
|
||||
|
||||
// TORQUE MODIFICATIONS
|
||||
#ifdef TORQUE_DEBUG
|
||||
# undef SQUISH_USE_SSE
|
||||
# define SQUISH_USE_SSE 0
|
||||
#endif
|
||||
|
||||
#endif // ndef SQUISH_CONFIG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue