vnmakarov / mum-hash

Hashing functions and PRNGs based on them
145 stars 12 forks source link

Updated _MUM_UNALIGNED_ACCESS to include MSVC #6

Closed aras-p closed 5 years ago

aras-p commented 8 years ago

Visual Studio defines _M_AMD64 for x64, and _M_IX86 for x86; both of these can handle unaligned accesses just fine.

vnmakarov commented 8 years ago

On 08/09/2016 04:36 AM, Aras Pranckevičius wrote:

Visual Studio defines _M_AMD64 for x64, and _M_IX86 for x86; both of these can handle unaligned accesses just fine.


Thank you for reporting this. I've just committed your patch into mum-hash repository.