Fixed discrepancy between compiler intrinsics mode and unparallelized mode. Also added const * *= operator to matrix.

This commit is contained in:
Leonetienne
2021-11-17 19:28:51 +01:00
parent b168289208
commit 2a505e0321
8 changed files with 78 additions and 17 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