15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_FMADDREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_FMADDREG_H__ 19 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/FmaddReg.h> 20 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AddReg.h> 38 static IPSDK_FORCEINLINE
40 act(
const T& in1,
const T& in2,
const T& in3)
43 act(in1, in2, in3, out);
47 static IPSDK_FORCEINLINE
49 act(
const T& in1,
const T& in2,
const T& in3, T& out)
64 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_FMADDREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: FmaddReg.h:37
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
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
compiler optimisations only
Definition: InstructionSetTypes.h:34