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

Port over to new asm syntax. #728

Open
recmo opened this issue Aug 18, 2020 · 0 comments
Open

Port over to new asm syntax. #728

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

Comments

@recmo
Copy link
Contributor

recmo commented Aug 18, 2020

On 2020-08-17 @recmo wrote in a03e7b2 “Merge branch 'master' into remco/optim/asm”:

Port over to new asm syntax.

// 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))]
// TODO: Port over to new asm syntax.
#![cfg_attr(feature = "asm", feature(llvm_asm))]

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

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

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels Aug 18, 2020
@recmo recmo self-assigned this Aug 18, 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