Browse Source

Fix conditional compilation typo.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
89f62c13a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nonlib/JACK/Client.C

+ 1
- 1
nonlib/JACK/Client.C View File

@@ -115,7 +115,7 @@ namespace JACK
void
Client::thread_init ( void *arg )
{
#if __SSE2_MATH__
#ifdef __SSE2_MATH__
/* set FTZ and DAZ flags */
_mm_setcsr(_mm_getcsr() | 0x8040);
#endif


Loading…
Cancel
Save