Add denormals stripping to the main thread as well as workerthreads

Conflicts:

	src/core/main.cpp
This commit is contained in:
Vesa
2014-11-16 15:19:54 +02:00
parent baf7c74ad7
commit 4b4469d6c2
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>