IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
set.h File Reference

set function; sets a given value to a given number of elements of a given destination buffer More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/SetImpl.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::set (T *buffer, T value, ipUInt64 nbElts)
 set function; assigns a given value to the 'nbElts' elements of a buffer
 

Detailed Description

set function; sets a given value to a given number of elements of a given destination buffer

Author
H. Delestre
Date
2014/02/25