Add denormals stripping to the main thread as well as workerthreads

This commit is contained in:
Vesa
2014-11-16 15:19:54 +02:00
parent 740a7e6850
commit e62e2f3889
2 changed files with 20 additions and 2 deletions

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef _MIXER_WORKER_THREAD_H
#define _MIXER_WORKER_THREAD_H
#ifndef MIXER_WORKER_THREAD_H
#define MIXER_WORKER_THREAD_H
#include <QtCore/QAtomicPointer>
#include <QtCore/QThread>