Matthew Dempsky: Attached patch replaces the type punning with memcpy(), which on
authorHoward Hinnant <hhinnant@apple.com>
Wed, 3 Jul 2013 17:39:28 +0000 (17:39 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Wed, 3 Jul 2013 17:39:28 +0000 (17:39 +0000)
commit84b569d5cfd1a654b3027626f5a6f902751fa998
tree3aaebe80ce2fcef1c9f4da462506fd2684a4b881
parentfbaff8489ddae2fe266ad7388d09b832dc8026aa
Matthew Dempsky: Attached patch replaces the type punning with memcpy(), which on
x86/x86-64 clang optimizes to direct word accesses anyway.  This fixes an unaligned word access in murmurhash/cityhash.

llvm-svn: 185558
libcxx/include/memory