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.
1 parent b66086f commit 0e4ba2aCopy full SHA for 0e4ba2a
compiler-builtins/src/math.rs
@@ -2,7 +2,7 @@
2
#[allow(dead_code)]
3
#[allow(unused_imports)]
4
#[allow(clippy::all)]
5
-#[path = "../libm/src/math/mod.rs"]
+#[path = "../../libm/libm/src/math/mod.rs"]
6
pub(crate) mod libm;
7
8
macro_rules! libm_intrinsics {
0 commit comments