Home
last modified time | relevance | path

Searched refs:GetDefaultSIMDSize (Results 1 – 1 of 1) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dsimd_generic.hpp19 constexpr int GetDefaultSIMDSize() { in GetDefaultSIMDSize() function
32 template <typename T, int N=GetDefaultSIMDSize()> class SIMD;
70 class alignas(GetDefaultSIMDSize()*sizeof(int64_t)) SIMD<mask64,N>
72 static constexpr int N1 = std::min(GetDefaultSIMDSize(), N/2);
126 class alignas(GetDefaultSIMDSize()*sizeof(int64_t)) SIMD<int64_t,N>
128 static constexpr int N1 = std::min(GetDefaultSIMDSize(), N/2);
243 class alignas(GetDefaultSIMDSize()*sizeof(double)) SIMD<double, N>
245 static constexpr int N1 = std::min(GetDefaultSIMDSize(), N/2);
673 using MultiSIMD = SIMD<T, N*GetDefaultSIMDSize()>;