template< class T, class Abi = simd_abi::compatible<T> >
class simd;
The class template simd
is a data-parallel type. The width of a given simd
instantiation is a constant expression, determined by the template parameters.
An ABI tag is a type in the simd_abi
namespace that indicates a choice of size and binary representation for objects of data-parallel type.
template< class T, int N >
using fixed_size_simd = std::experimental::simd<T, std::experimental::simd_abi::fixed_size<N>>;
template< class T >
using native_simd = std::experimental::simd<T, std::experimental::simd_abi::native<T>>;
value_type
T reference
implementation-defined mask_type
simd_mask<T, Abi> abi_type
Abi [edit] Member functions constructs a simd object
[static] (parallelism TS v2)
returns the width / number of elementsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4