You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
#![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;
On 2020-03-18 @recmo wrote in
5c32bc6
“No asm on stable”:No asm on stable
See rust-lang/rust#29722
From
algebra/u256/src/lib.rs:51
The text was updated successfully, but these errors were encountered: