mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
use SIMD also for AVX (not only AVX2)
This commit is contained in:
parent
5448157842
commit
2e936ac7b7
@ -600,7 +600,7 @@ namespace netgen
|
||||
|
||||
|
||||
|
||||
#ifdef __AVX2__
|
||||
#ifdef __AVX__
|
||||
#include <immintrin.h>
|
||||
|
||||
template<> DLL_HEADER void Ngx_Mesh ::
|
||||
|
Loading…
Reference in New Issue
Block a user