This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Fix conditional compilation typo.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
f8f6bad322
commit
89f62c13a4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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__
#if
def
__SSE2_MATH__
/* set FTZ and DAZ flags */
_mm_setcsr(_mm_getcsr() | 0x8040);
#endif
Write
Preview
Loading…
Cancel
Save