15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_UNLOADREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_UNLOADREG_H__ 33 typename boost::enable_if_c<boost::is_integral<T>::value>::type>
35 static IPSDK_FORCEINLINE
47 static IPSDK_FORCEINLINE
50 _mm512_storeu_ps(pT, reg);
58 static IPSDK_FORCEINLINE
61 _mm512_storeu_pd(pT, reg);
72 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX512_UNLOADREG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Definition: UnloadReg.h:30
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36