Update DigestBuilder to align its cpuLocalBuffers_
Summary: CpuLocalBuffer need extend alignment, which isn't honored by std::vector's default allocator due to compiler bug http://open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3396.htm https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65122 https://bugs.llvm.org/show_bug.cgi?id=22634 the fix is to use custom allocator to honor extend alignment requirement. Reviewed By: yfeldblum Differential Revision: D21405041 fbshipit-source-id: 53cfe1bfd66580990c8a1a0c5f0c09f6651bda24
Showing
Please register or sign in to comment