Skip to content
Snippets Groups Projects
Commit 93c9c1fa authored by James Cook's avatar James Cook
Browse files

Fixed broken Mac universal build due to missing files and bad LL_VECTORIZE...

Fixed broken Mac universal build due to missing files and bad LL_VECTORIZE ifdef for sse-skinning code.
parent cc40373a
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,12 @@
#include "llv4matrix3.h"
#include "llv4matrix4.h"
// *NOTE: SSE must be disabled for this module
#if LL_VECTORIZE
#error This module requires vectorization (i.e. SSE) mode to be disabled.
#endif
// *NOTE: This is the fallback code for vectorized joint mesh skinning.
// For builds that must support non-SSE x86 code (Windows, perhaps Linux)
// SSE code generation should be disabled for this file.
//
// For builds that run on processors that always have SSE (Mac),
// SSE code generation can be enabled. JC
static LLV4Matrix4 sJointMat[32];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment