15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COPY_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COPY_H__ 33 template <eInstructionSet::domain instructionSet,
typename T>
47 #endif // __IPSDKUTIL_INSTRUCTIONSET_COPY_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE void copy(T *dest, const T *src, ipUInt64 nbElts)
copy function; copies the 'nbElts' of the source buffer to the destination buffer, using the instruction set passed as template argument
Definition: copy.h:36
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Definition: CopyImpl.h:29
Definition of import/export macro for library.