We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isqrt
1 parent b639224 commit 02e939bCopy full SHA for 02e939b
testcrate/src/lib.rs
@@ -15,7 +15,6 @@
15
#![no_std]
16
#![cfg_attr(f128_enabled, feature(f128))]
17
#![cfg_attr(f16_enabled, feature(f16))]
18
-#![feature(isqrt)]
19
20
pub mod bench;
21
extern crate alloc;
0 commit comments