15 #ifndef __IPSDKUTIL_DETAIL_AVX_BASEPACK_H__ 16 #define __IPSDKUTIL_DETAIL_AVX_BASEPACK_H__ 45 template<
typename TOther> IPSDK_FORCEINLINE
55 #endif // __IPSDKUTIL_DETAIL_AVX_BASEPACK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BasePack.h:30
int32_t ipInt32
Base types definition.
Definition: BaseTypes.h:52
Predefined types for Avx instruction set management.
ePackType
Enumerate describing a pack type.
Definition: PackTypes.h:35
structure, whose attribute value defines the number of registers contained in pack for current instru...
Definition: NbRegsPerOp.h:29
Predefined types associated to instruction set management.
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
packs of avx/avx2 registers (ex.: Packs of __m256i)
Definition: PackTypes.h:43
structure giving the number of elements processed per instruction for the current pack type ...
Definition: NbEltsPerPack.h:34
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29