IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
MulPack.h File Reference

structure MulPack<typename TIn1, typename TIn2, typename Enable=void> More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/cast.h>
#include <IPSDKUtil/InstructionSet/InstructionSetTypes.h>
#include <IPSDKUtil/InstructionSet/PromotedType.h>
#include <IPSDKUtil/InstructionSet/BasePack.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/MulReg.h>
#include <IPSDKUtil/InstructionSet/detail/BinaryPackOp.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <boost/type_traits/is_same.hpp>
#include <boost/utility/enable_if.hpp>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::MulPack< instructionSet, TIn1, TIn2, Enable >
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Detailed Description

structure MulPack<typename TIn1, typename TIn2, typename Enable=void>

Author
H. Delestre
Date
2014/02/24

template structure which is specialized to implement the arithmetic multiplication on 2 packs, depending on the used instructionSet and on the types of the buffers loaded in the packs