Skip to content

Commit 0492046

Browse files
committed
libm: Flatten the libm/libm directory
1 parent b727ffb commit 0492046

File tree

176 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+1
-1
lines changed

compiler-builtins/src/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#[allow(dead_code)]
33
#[allow(unused_imports)]
44
#[allow(clippy::all)]
5-
#[path = "../../libm/libm/src/math/mod.rs"]
5+
#[path = "../../libm/src/math/mod.rs"]
66
pub(crate) mod libm;
77

88
macro_rules! libm_intrinsics {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)