一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::has_simd_type Concept Reference

ein::simd_data_t<T,N> is defined More...

#include <simd_data.hpp>

Concept definition

template<typename T, size_t N>
&& std::is_pod_v<storage_type<T>>
&& std::is_pod_v<T>
&& one_of<sizeof(T),1,2,4,8>
&& one_of<sizeof(T)*N,16,32,64>
&& sizeof(T)*N <= max_simd_size
ein::simd_data_t<T,N> is defined
Definition simd_data.hpp:86
N is one of the candidates
Definition numerics.hpp:33
constexpr size_t max_simd_size
largest simd register width supported on this platform in bytes
Definition simd_data.hpp:43

Detailed Description

ein::simd_data_t<T,N> is defined

Definition at line 86 of file simd_data.hpp.