In my matrix class, I allocate aligned memory as such:
/*** main.cpp ***/ #include "matrix.hpp" int main() { { Matrix(15, 17); }