15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX512_BITWISENOTREGIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX512_BITWISENOTREGIMPL_H__ 34 typename Avx512Type<T>::Type
35 BitwiseNotReg<eInstructionSet::eIS_Avx512, T>::act(
36 const typename Avx512Type<T>::Type& in)
38 return BitwiseAndNotReg<eInstructionSet::eIS_Avx512, T>::act(
39 AllBitsToOneReg<eInstructionSet::eIS_Avx512, T>::act(),
46 BitwiseNotReg<eInstructionSet::eIS_Avx512, T>::act(
47 const typename Avx512Type<T>::Type& in,
48 typename Avx512Type<T>::Type& out)
50 BitwiseAndNotReg<eInstructionSet::eIS_Avx512, T>::act(
51 AllBitsToOneReg<eInstructionSet::eIS_Avx512, T>::act(),
63 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX512_BITWISENOTREGIMPL_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IsEqualReg<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...