15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_LOADREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_LOADREG_H__ 34 static IPSDK_FORCEINLINE
37 return _mm256_loadu_ps(pT);
40 static IPSDK_FORCEINLINE
44 reg = _mm256_loadu_ps(pT);
52 static IPSDK_FORCEINLINE
55 return _mm256_loadu_pd(pT);
58 static IPSDK_FORCEINLINE
61 reg = _mm256_loadu_pd(pT);
72 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_LOADREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Predefined types associated to instruction set management.
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
Definition: LoadRegDecl.h:30
float ipReal32
Base types definition.
Definition: BaseTypes.h:56