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(unsafe_code)]usecrate::{MontgomeryParameters,U256};use std::mem::MaybeUninit;// TODO: Intrinsics based approach usind AD_X is currently blocked on LLVM.// See <https://github.com/rust-lang/stdarch/issues/666>// See <https://bugs.llvm.org/show_bug.cgi?id=41546>// For instruction timings and through puts// See <https://gmplib.org/~tege/x86-timing.pdf>// For examples using mulx/adcx
On 2020-03-18 @recmo wrote in
8b465c5
“Intrinsics are not going to work any time soon”:Intrinsics based approach usind AD_X is currently blocked on LLVM.
See rust-lang/stdarch#666
See https://bugs.llvm.org/show_bug.cgi?id=41546
From
algebra/u256/src/algorithms/assembly.rs:5
The text was updated successfully, but these errors were encountered: