Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

No asm on stable #615

Open
recmo opened this issue Mar 19, 2020 · 0 comments
Open

No asm on stable #615

recmo opened this issue Mar 19, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented Mar 19, 2020

On 2020-03-18 @recmo wrote in 5c32bc6 “No asm on stable”:

No asm on stable
See rust-lang/rust#29722

#![allow(clippy::inline_always)]
// TODO: Document errors
#![allow(clippy::missing_errors_doc)]
// Some routines have assembly optimized versions available for some
// architectures
// TODO: No asm on stable
// See <https://github.com/rust-lang/rust/issues/29722>
#![cfg_attr(feature = "asm", feature(asm))]

mod additive;
pub(crate) mod algorithms;
mod binary;

From algebra/u256/src/lib.rs:51

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Mar 19, 2020
@recmo recmo self-assigned this Mar 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

1 participant