Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

literal: auto enable SIMD on Rust stable 1.27+ #490

Merged
merged 1 commit into from Jun 19, 2018
Merged

Commits on Jun 19, 2018

  1. literal: auto enable SIMD on Rust stable 1.27+

    This commit removes the need to use the `unstable` feature to enable
    SIMD optimizations. We add a "version sniffer" to the `build.rs` script
    to detect if Rust version 1.27 or newer is being used, and if so, enable
    the SIMD optimizations.
    
    The 'unstable' feature is now a no-op, but we keep it for backwards
    compatibility. We also may use it again some day.
    BurntSushi committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8e2be35 View commit details
    Browse the repository at this point in the history