Implementation of MurmurHash3_x86_32 at Intel x86 SSE. Function has the same interface like original and is write in pure assembly. Repository include original C++ version, but is it use only to check if functions results match.
Original C++ version: https://github.com/aappleby/smhasher
Used technologies:
- C++11
- nasm
- make