15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_COPYIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_COPYIMPL_H__ 30 static IPSDK_FORCEINLINE
31 void act(T* dest,
const T* src,
ipUInt64 nbElts)
33 memcpy(reinterpret_cast<void*>(dest), reinterpret_cast<const void*>(src),
45 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_COPYIMPL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Definition: CopyImpl.h:29
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34