std::experimental::simd_abi::max_fixed_size
来自cppreference.com
< cpp | experimental | simd
定义于头文件 <experimental/simd>
|
||
template < class T > inline constexpr int max_fixed_size = /*implementation-defined*/; |
(并行 TS v2) | |
max_fixed_size<T> 的值声明实现支持 N <= max_fixed_size<T> 的 simd<T, fixed_size<N>> 实例。
注意
实现是否支持 N > max_fixed_size<T> 的 simd<T, fixed_size<N>> 是未指定的。 max_fixed_size<T> 的值可能依赖于编译器标志,并且可能在不同编译器版本间更改。