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

function assigning a given value of type T to a given Pack<instructionSet, T> More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/AssignPackDecl.h>
#include <IPSDKUtil/InstructionSet/IS2Pack.h>
#include <IPSDKUtil/InstructionSet/detail/AssignPackImpl.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, class PackT >
IPSDK_FORCEINLINE PackT ipsdk::simd::assign (const typename PackT::DataType &value)
 creates and returns a pack, whose all elements equal a given value More...
 
template<eInstructionSet::domain instructionSet, class PackT >
IPSDK_FORCEINLINE void ipsdk::simd::assign (PackT &pack, const typename PackT::DataType &value)
 assigns a given value to all the elements of input pack More...
 

Detailed Description

function assigning a given value of type T to a given Pack<instructionSet, T>

Author
H. Delestre
Date
2014/02/25