Move the denormal protection routine to one place instead of 3

This commit is contained in:
Raine M. Ekman
2015-04-27 13:02:07 +03:00
parent b6643f83d4
commit dc67449175
4 changed files with 7 additions and 47 deletions

View File

@@ -25,13 +25,7 @@
#ifndef MIXER_H
#define MIXER_H
// denormals stripping
#ifdef __SSE__
#include <xmmintrin.h>
#endif
#ifdef __SSE3__
#include <pmmintrin.h>
#endif
#include "denormals.h"
#include "lmmsconfig.h"