Should use target_feature
instead of feature name to check whether to enable sse
#352
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Using
target_feature
is the rusty way to enable sse, so that we can remove a feature name and allow other crates to utilize sse by the same configuration.The text was updated successfully, but these errors were encountered: