#include <shared-inl.h>
|
| using | T = Lane |
| |
| template<typename NewLane > |
| using | Rebind = Simd< NewLane, N > |
| |
| template<typename NewLane > |
| using | Repartition = Simd< NewLane,(N *sizeof(Lane)+sizeof(NewLane) - 1)/sizeof(NewLane)> |
| |
| using | Half = Simd< T,(N+1)/2 > |
| |
| using | Twice = Simd< T, 2 *N > |
| |
|
| constexpr | Simd ()=default |
| |
◆ Half
template<typename Lane , size_t N>
◆ Rebind
template<typename Lane , size_t N>
template<typename NewLane >
◆ Repartition
template<typename Lane , size_t N>
template<typename NewLane >
template<typename Lane , size_t N>
◆ Twice
template<typename Lane , size_t N>
◆ Simd()
template<typename Lane , size_t N>
The documentation for this struct was generated from the following file: