dummy aligned-alloc without AVX

This commit is contained in:
Joachim Schöberl 2016-10-30 15:15:16 +01:00
parent 3a631f10ca
commit 3fcb7d13d5

View File

@ -168,6 +168,10 @@ namespace netgen
#else
// it's only a dummy without AVX
template <typename T>
class AlignedAlloc { ; };
template<>
class SIMD<double>
{