--- src/bench/matrix.c.orig 2018-04-12 18:56:35.000000000 -0700 +++ src/bench/matrix.c 2018-04-12 18:56:56.000000000 -0700 @@ -59,7 +59,7 @@ #elif defined(HAVE_MEMALIGN) res = memalign (alignment, real_size); #else -#error "Need some type of aligned allocation function" + res = malloc (real_size); #endif g_assert (res != NULL);