VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
|
#include <Implementation.h>
Static Public Member Functions | |
template<typename S = Scalar<T>> | |
VECCORE_FORCE_INLINE static VECCORE_ATT_HOST_DEVICE void | Gather (T &v, S const *ptr, Index< T > const &idx) |
template<typename S = Scalar<T>> | |
VECCORE_FORCE_INLINE static VECCORE_ATT_HOST_DEVICE void | Scatter (T const &v, S *ptr, Index< T > const &idx) |
Definition at line 171 of file Implementation.h.
|
inlinestatic |
|
inlinestatic |