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

Commit 5c32bc6

Browse files
author
Remco Bloemen
committed
No asm on stable
1 parent a1676c8 commit 5c32bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algebra/u256/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050

5151
// Some routines have assembly optimized versions available for some
5252
// architectures
53-
#![cfg_attr(feature = "asm", feature(asm))]
53+
// TODO: No asm on stable
54+
// #![cfg_attr(feature = "asm", feature(asm))]
5455

5556
mod additive;
5657
pub(crate) mod algorithms;

0 commit comments

Comments
 (0)