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

conditionalAdd function More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/ConditionalAddPack.h>
#include <IPSDKUtil/InstructionSet/PromotedType.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, ePackType::domain packType, typename T >
IPSDK_FORCEINLINE BasePack< packType, T > ipsdk::simd::conditionalAdd (const BaseMaskPack< packType, T > &mask, const BasePack< packType, T > &in1, const BasePack< packType, T > &in1)
 
template<eInstructionSet::domain instructionSet, ePackType::domain packType, typename T >
IPSDK_FORCEINLINE void ipsdk::simd::conditionalAdd (const BaseMaskPack< packType, T > &mask, const BasePack< packType, T > &in1, const BasePack< packType, T > &in2, BasePack< packType, T > &out)
 

Detailed Description

conditionalAdd function

Author
H. Delestre
Date
2018/09/13