Huge compile performance refactor

This commit is contained in:
Jack Andersen
2017-12-28 21:54:26 -10:00
parent 867665cc78
commit fa8989bed3
24 changed files with 41 additions and 41 deletions

View File

@@ -3,9 +3,9 @@
#include "boo/audiodev/IAudioVoice.hpp"
#include <vector>
#include <stdint.h>
#include <cstdint>
#include <limits.h>
#include <float.h>
#include <cfloat>
#if __SSE__
#include <immintrin.h>