![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
copy function; copies a given number of elements of a source buffer to a destination buffer More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/detail/CopyImpl.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::simd | |
| Namespace agregating IPSDK SIMD routines and classes. | |
Functions | |
| template<eInstructionSet::domain instructionSet, typename T > | |
| IPSDK_FORCEINLINE void | ipsdk::simd::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 More... | |
copy function; copies a given number of elements of a source buffer to a destination buffer
1.8.14