faster-hex
faster-hex copied to clipboard
src/lib.rs: make conditionals for x86 vectorization more similar.
If, for some reason, your i386 rust doesn't support the "sse" target feature (perhaps built for i586), you end up with use but no definition for vectorization_support_no_cache_x86(). This change fixes that.
Hello, "ping" -- any chance this can get applied?