Update documentation
parent
4c192ecc18
commit
201375749b
|
|
@ -214,7 +214,7 @@ inline uint32x4_p VecLoad(int off, const word32 src[4])
|
||||||
return VecLoad(off, (const byte*)src);
|
return VecLoad(off, (const byte*)src);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_ARCH_PWR8)
|
#if defined(_ARCH_PWR8) || defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
||||||
|
|
||||||
/// \brief Loads a vector from a word array
|
/// \brief Loads a vector from a word array
|
||||||
/// \param src the word array
|
/// \param src the word array
|
||||||
|
|
@ -485,7 +485,7 @@ inline void VecStore(const T data, int off, word32 dest[4])
|
||||||
VecStore((uint8x16_p)data, off, (byte*)dest);
|
VecStore((uint8x16_p)data, off, (byte*)dest);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_ARCH_PWR8)
|
#if defined(_ARCH_PWR8) || defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
||||||
|
|
||||||
/// \brief Stores a vector to a word array
|
/// \brief Stores a vector to a word array
|
||||||
/// \tparam T vector type
|
/// \tparam T vector type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue