15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOAD_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOAD_H__ 34 template <eInstructionSet::domain instructionSet,
typename T>
42 template <eInstructionSet::domain instructionSet,
class PackT>
49 detail::LoadPack<instructionSet, T>::act(pack, pT);
58 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOAD_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: LoadPack.h:31
IPSDK_FORCEINLINE ipsdk::simd::IS2Pack< instructionSet, T >::Type load(const T *pT)
load function; loads a simd pack from a buffer in memory
Definition: load.h:37
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.