![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
specialization of ipsdk::simd::detail::reduction::MaxReg structure for AVX2 instruction set More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/cast.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Classes | |
| struct | ipsdk::simd::detail::reduction::MaxReg< eInstructionSet::eIS_Avx2, T, typename boost::enable_if_c< sizeof(T)==1 >::type > |
| MaxReg template specialization for instruction set AVX2 and types ipInt8 and ipUInt8. More... | |
| struct | ipsdk::simd::detail::reduction::MaxReg< eInstructionSet::eIS_Avx2, T, typename boost::enable_if_c< sizeof(T)==2 >::type > |
| MaxReg template specialization for instruction set AVX2 and types ipInt16 and ipUInt16. More... | |
| struct | ipsdk::simd::detail::reduction::MaxReg< eInstructionSet::eIS_Avx2, T, typename boost::enable_if_c< sizeof(T)==4 >::type > |
| MaxReg template specialization for instruction set AVX2 and types ipInt32, ipUInt32 and ipReal32. More... | |
| struct | ipsdk::simd::detail::reduction::MaxReg< eInstructionSet::eIS_Avx2, T, typename boost::enable_if_c< sizeof(T)==8 >::type > |
| MaxReg template specialization for instruction set AVX2 and types ipInt64, ipUInt64 and ipReal64. More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::simd | |
| Namespace agregating IPSDK SIMD routines and classes. | |
specialization of ipsdk::simd::detail::reduction::MaxReg structure for AVX2 instruction set
1.8.14