vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
vir::simdize_size< T > Struct Template Reference

#include <simdize.h>

Detailed Description

template<typename T>
struct vir::simdize_size< T >

Determines the SIMD width of the given structure. This can either be a stdx::simd object or a tuple-like of stdx::simd (recursively). The latter requires that the SIMD width is homogeneous. If T is not a simd (or tuple thereof), value is 0.


The documentation for this struct was generated from the following file: