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

ARM64 and WASM #729

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

ARM64 and WASM #729

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-05 @recmo wrote in 6a4cb9b “Use arch folder”:

ARM64 and WASM

mod x86_64;

#[cfg(all(feature = "asm", target_arch = "x86_64", target_feature = "adx"))]
mod x86_64_adx;

// TODO: ARM64 and WASM

// Re-export most specific architecture

#[cfg(not(all(feature = "asm", target_arch = "x86_64")))]
pub(crate) use generic::*;

From algebra/u256/src/arch/mod.rs:9

@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