15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_FMADDREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_FMADDREG_H__ 21 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/FmaddReg.h> 22 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AddReg.h> 39 typename boost::enable_if<typename boost::is_integral<T>::type>::type>
79 return _mm512_fmadd_ps(in1, in2, in3);
90 out = _mm512_fmadd_ps(in1, in2, in3);
106 return _mm512_fmadd_pd(in1, in2, in3);
117 out = _mm512_fmadd_pd(in1, in2, in3);
128 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX512_FMADDREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: FmaddReg.h:37
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 for Avx512 instruction set management.
Predefined types associated to instruction set management.
Definition of import/export macro for library.
template structure which is specialized to implement the arithmetic addition on 2 scalars or 2 regist...
Definition: AddReg.h:37
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36