std::experimental::simd_abi::compatible
來自 cppreference.com
< cpp | experimental | simd
定義於標頭檔案 <experimental/simd> |
||
template< class T > using compatible = /*實現定義*/; |
(並行技術規範 v2) | |
compatible<T> 是 ABI 標籤的實現定義別名。
[編輯] 注
其目的是使用 ABI 標籤,為元素型別 T 生成最有效的資料並行執行,並確保目標架構上翻譯單元之間的 ABI 相容性。
[編輯] 參閱
(並行技術規範 v2) |
用於儲存單個元素的標籤型別 (typedef) |
(並行技術規範 v2) |
用於儲存指定數量元素的標籤型別 (別名模板) |
(並行技術規範 v2) |
最高效的標籤型別 (別名模板) |
(並行技術規範 v2) |
獲取給定元素型別和元素數量的 ABI 型別 (類模板) |