diff --git a/sha_simd.cpp b/sha_simd.cpp index 722ca748..2795c41a 100644 --- a/sha_simd.cpp +++ b/sha_simd.cpp @@ -1096,7 +1096,7 @@ uint32x4_p VecLoad32(const word32* data, int offset) template inline void VecStore32(const T data, word32 dest[4]) { - VecStore(data, dest); + VecStore(data, dest); } inline @@ -1320,7 +1320,7 @@ void SHA256_HashMultipleBlocks_POWER8(word32 *state, const word32 *data, size_t inline void VecStore64(const uint64x2_p val, word64* data) { - VecStore(val, data); + VecStore(val, data); } inline