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

Move from an "asm" flag to a "no-asm" feature flag #386

Merged
merged 2 commits into from
Nov 9, 2020

Commits on Nov 3, 2020

  1. Use a no-asm feature instead of an asm feature

    This works better as core/alloc/std have trouble supporting default
    featues in this crate.
    
    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0ac2ce7 View commit details
    Browse the repository at this point in the history
  2. Have no-asm disable arm assembly intrinsics

    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f732abd View commit details
    Browse the repository at this point in the history