| commit | 84b569d5cfd1a654b3027626f5a6f902751fa998 | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Wed Jul 03 17:39:28 2013 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Wed Jul 03 17:39:28 2013 +0000 |
| tree | 3aaebe80ce2fcef1c9f4da462506fd2684a4b881 | |
| parent | fbaff8489ddae2fe266ad7388d09b832dc8026aa [diff] |
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