Redoing some pool reading for better alignment

This commit is contained in:
Sergeanur
2020-05-13 05:31:14 +03:00
parent 4ac53960f5
commit 7aeac06fdb
2 changed files with 90 additions and 65 deletions

View File

@ -313,3 +313,8 @@ public:
other.Reorthogonalise();
}
};
class CCompressedMatrix : public CCompressedMatrixNotAligned
{
int _alignment; // no clue what would this align to
};