IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx512, TIn, ipReal32, typename boost::enable_if_c< sizeof(TIn)==2 &&boost::is_integral< TIn >::value >::type > Struct Template Reference

specialization of CastReg for AVX512 instructionSet; input of type uint16 or int16, output of type real32 More...

#include <CastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const typename Avx512Type< TIn >::Type &in, Avx512Type< ipReal32 >::Type &outl, Avx512Type< ipReal32 >::Type &outh)
 

Detailed Description

template<typename TIn>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx512, TIn, ipReal32, typename boost::enable_if_c< sizeof(TIn)==2 &&boost::is_integral< TIn >::value >::type >

specialization of CastReg for AVX512 instructionSet; input of type uint16 or int16, output of type real32


The documentation for this struct was generated from the following file: