Disabled intrinsics and made Quaternions thread safe

This commit is contained in:
Leonetienne
2021-11-17 17:09:48 +01:00
parent 68ac55b760
commit b168289208
6 changed files with 17 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
#include "Math.h"
#include <iostream>
//#define _EULE_NO_INTRINSICS_
#define _EULE_NO_INTRINSICS_
#ifndef _EULE_NO_INTRINSICS_
#include <immintrin.h>
#endif