mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
dummy aligned-alloc without AVX
This commit is contained in:
parent
3a631f10ca
commit
3fcb7d13d5
@ -168,6 +168,10 @@ namespace netgen
|
||||
|
||||
#else
|
||||
|
||||
// it's only a dummy without AVX
|
||||
template <typename T>
|
||||
class AlignedAlloc { ; };
|
||||
|
||||
template<>
|
||||
class SIMD<double>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user