template<>
struct ROOT::Vc::AVX::VectorHelper< m256d >
Definition at line 95 of file vectorhelper.h.
|
| template<typename A > |
| static Vc_ALWAYS_INLINE_L Vc_PURE_L VectorType | load (const double *x, A) Vc_ALWAYS_INLINE_R Vc_PURE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, AlignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, UnalignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, StreamingAndAlignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, StreamingAndUnalignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, VTArg m, AlignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, VTArg m, UnalignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, VTArg m, StreamingAndAlignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static Vc_ALWAYS_INLINE_L void | store (double *mem, VTArg x, VTArg m, StreamingAndUnalignedFlag) Vc_ALWAYS_INLINE_R |
| |
| static VectorType | cdab (VTArg x) |
| |
| static VectorType | badc (VTArg x) |
| |
| static VectorType | dacb (VTArg x) |
| |