From 3fcb7d13d5c775815b41fdcc384a5409d0758a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Sun, 30 Oct 2016 15:15:16 +0100 Subject: [PATCH] dummy aligned-alloc without AVX --- libsrc/general/mysimd.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsrc/general/mysimd.hpp b/libsrc/general/mysimd.hpp index 3cf94c5a..801f625c 100644 --- a/libsrc/general/mysimd.hpp +++ b/libsrc/general/mysimd.hpp @@ -168,6 +168,10 @@ namespace netgen #else + // it's only a dummy without AVX + template + class AlignedAlloc { ; }; + template<> class SIMD {