We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isqrt
1 parent 90d1f84 commit 86700d1Copy full SHA for 86700d1
compiler-builtins/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