15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_STD_BITWISENOTREGIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_STD_BITWISENOTREGIMPL_H__ 50 BitwiseNotReg<eInstructionSet::eIS_Standard, T>::act(
const T& in)
58 BitwiseNotReg<eInstructionSet::eIS_Standard, T>::act(
const T& in, T& out)
65 BitwiseNotReg<eInstructionSet::eIS_Standard, ipReal32>::act(
70 return *
reinterpret_cast<const ipReal32*
>(&nRes);
75 BitwiseNotReg<eInstructionSet::eIS_Standard, ipReal32>::act(
80 out = *
reinterpret_cast<const ipReal32*
>(&nRes);
85 BitwiseNotReg<eInstructionSet::eIS_Standard, ipReal64>::act(
90 return *
reinterpret_cast<const ipReal64*
>(&nRes);
95 BitwiseNotReg<eInstructionSet::eIS_Standard, ipReal64>::act(
100 out = *
reinterpret_cast<const ipReal64*
>(&nRes);
110 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_STD_BITWISENOTREGIMPL_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53