[PATCH] D26988: Add convenient functions to compute hashes of byte vectors.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 16:40:43 PST 2016
mehdi_amini added a comment.
I was wondering if instead of returning `SmallVector<uint8_t, 20>` we could use `std::array<uint8_t, 20>`?
https://reviews.llvm.org/D26988
More information about the llvm-commits
mailing list