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

Refactor stdsimd #640

Merged
merged 1 commit into from
Jan 22, 2019
Merged

Refactor stdsimd #640

merged 1 commit into from
Jan 22, 2019

Commits on Jan 22, 2019

  1. Refactor stdsimd

    This commit:
    
    * renames `coresimd` to `core_arch` and `stdsimd` to `std_detect`
    
    * `std_detect` does no longer depend on `core_arch` - it is a freestanding
      `no_std` library that only depends on `core` - it is renamed to `std_detect`
    
    * moves the top-level coresimd and stdsimd directories into the appropriate
      crates/... directories - this simplifies creating crate.io releases of these crates
    
    * moves the top-level `coresimd` and `stdsimd` sub-directories into their
      corresponding crates in `crates/{core_arch, std_detect}`.
    gnzlbg committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    7ea5922 View commit details
    Browse the repository at this point in the history