*On 2020-08-05 @Recmo wrote in [`6a4cb9b`](https://github.com/0xProject/OpenZKP/commit/6a4cb9bad6fd4f20f488d7590484f22a3afcaa64) “Use arch folder”:* ARM64 and WASM ```rust 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`](https://github.com/0xProject/OpenZKP/blob/548b1c4f94c93a3f3d78e78ed13c7f1997b20fb4/algebra/u256/src/arch/mod.rs#L9)* <!--{"commit-hash": "6a4cb9bad6fd4f20f488d7590484f22a3afcaa64", "author": "Remco Bloemen", "author-mail": "<remco@0x.org>", "author-time": 1596643599, "author-tz": "-0700", "committer": "Remco Bloemen", "committer-mail": "<remco@0x.org>", "committer-time": 1596643599, "committer-tz": "-0700", "summary": "Use arch folder", "previous": "9753c256d0d004ee0563c43ed2b6f3898de0f0bc algebra/u256/src/arch/mod.rs", "filename": "algebra/u256/src/arch/mod.rs", "line": 8, "line_end": 9, "kind": "TODO", "issue": "ARM64 and WASM", "head": "ARM64 and WASM", "context": "mod x86_64;\n\n#[cfg(all(feature = \"asm\", target_arch = \"x86_64\", target_feature = \"adx\"))]\nmod x86_64_adx;\n\n// TODO: ARM64 and WASM\n\n// Re-export most specific architecture\n\n#[cfg(not(all(feature = \"asm\", target_arch = \"x86_64\")))]\npub(crate) use generic::*;\n", "repo": "0xProject/OpenZKP", "branch-hash": "548b1c4f94c93a3f3d78e78ed13c7f1997b20fb4"}-->
On 2020-08-05 @recmo wrote in
6a4cb9b“Use arch folder”:ARM64 and WASM
From
algebra/u256/src/arch/mod.rs:9