Fix conditional compilation typo.
This commit is contained in:
parent
f8f6bad322
commit
89f62c13a4
|
@ -115,7 +115,7 @@ namespace JACK
|
||||||
void
|
void
|
||||||
Client::thread_init ( void *arg )
|
Client::thread_init ( void *arg )
|
||||||
{
|
{
|
||||||
#if __SSE2_MATH__
|
#ifdef __SSE2_MATH__
|
||||||
/* set FTZ and DAZ flags */
|
/* set FTZ and DAZ flags */
|
||||||
_mm_setcsr(_mm_getcsr() | 0x8040);
|
_mm_setcsr(_mm_getcsr() | 0x8040);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue