<https://internals.rust-lang.org/t/policies-around...
# development
a
https://internals.rust-lang.org/t/policies-around-default-cpu-architecture/9142 suggests that our OSX builds may be missing a bunch of useful instructions because of super conservative target platform defaults. Not sure how much this actually matters in practice, because we're mostly not numeric operation bound, but may be worth building with an SSE4 target and seeing if it makes a difference at all...
1