std::experimental::simd_abi::max_fixed_size
来自cppreference.com
< cpp | experimental | simd
数据并行向量库
| 主类 | ||||||||||||
| ABI 标签 | ||||||||||||
|
||||||||||||
| 对齐标签 | ||||||||||||
| where_expression | ||||||||||||
| 转型 | ||||||||||||
| 算法 | ||||||||||||
| 规约 | ||||||||||||
| 掩码规约 | ||||||||||||
| 特性 | ||||||||||||
| 数学函数 | ||||||||||||
|
在标头
<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> 的值可能依赖于编译器标志,并且可能在不同编译器版本间更改。