|
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 | Load (T &v, S const *ptr) |
| template<typename S = Scalar<T>> | |
| VECCORE_FORCE_INLINE static VECCORE_ATT_HOST_DEVICE void | Store (T const &v, S *ptr) |
Definition at line 122 of file Implementation.h.
|
inlinestatic |
|
inlinestatic |