15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_UNLOADREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_UNLOADREG_H__ 33 typename boost::enable_if_c<boost::is_integral<T>::value>::type>
35 static IPSDK_FORCEINLINE
47 static IPSDK_FORCEINLINE
50 _mm_storeu_ps(pT, reg);
58 static IPSDK_FORCEINLINE
61 _mm_storeu_pd(pT, reg);
72 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_UNLOADREG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
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.
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
structure used to retrieve SSE2 type associated to a base type
Definition: Sse2Types.h:32
Definition: UnloadReg.h:30
float ipReal32
Base types definition.
Definition: BaseTypes.h:56