std::experimental::to_fixed_size, std::experimental::to_native, std::experimental::to_compatible
来自cppreference.com
| 在标头 <experimental/simd> 定义
|
||
| |
(1) | (并行 TS v2) |
| |
(2) | (并行 TS v2) |
| |
(3) | (并行 TS v2) |
| |
(4) | (并行 TS v2) |
| |
(5) | (并行 TS v2) |
| |
(6) | (并行 TS v2) |
返回有相同元素但有不同 ABI 的 simd 或 simd_mask 对象。
3-6) 这些函数仅若 N 与返回类型的大小相同才参与重载决议。
参数
| v | - | 输入的 simd 或 simd_mask 对象 |
返回值
拥有指定 ABI 的 simd 或 simd_mask 对象。
示例
| 本节未完成 原因:暂无示例 |