mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
Added some #define protection to SseMathFuncs.cpp for PPC Mac builds etc.
This commit is contained in:
parent
949fed8914
commit
f664cd8a26
@ -15,6 +15,9 @@
|
||||
|
||||
*//****************************************************************/
|
||||
|
||||
#include "Experimental.h"
|
||||
#ifdef EXPERIMENTAL_EQ_SSE_THREADED
|
||||
|
||||
#include "SseMathFuncs.h"
|
||||
|
||||
|
||||
@ -695,4 +698,7 @@ void sincos_ps(v4sfu *xptr, v4sfu *sptr, v4sfu *cptr) {
|
||||
/* update the sign */
|
||||
*s = _mm_xor_ps(xmm1, sign_bit_sin);
|
||||
*c = _mm_xor_ps(xmm2, sign_bit_cos);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user