How to use SSSE3?
In freak_demo.cpp, there's this comment:
// MATCHER
// The standard Hamming distance can be used such as
// BruteForceMatcher<Hamming> matcher;
// or the proposed cascade of hamming distance using SSSE3
But how to use SSSE3? It's best if this comment also includes the sample code.