added data alignment

This commit is contained in:
h4570
2020-12-23 20:28:28 +01:00
parent b935d4da13
commit f95e805d33
+1 -1
View File
@@ -19,7 +19,7 @@ class Matrix
{
public:
float data[16];
float data[16] __attribute__((aligned(64)));
Matrix(float m11, float m12, float m13, float m14,
float m21, float m22, float m23, float m24,