Skip to content

Commit 5c3d8f2

Browse files
committed
Merge ref 'df8102fe5f24:/library/compiler-builtins' from https://github.com/rust-lang/rust
Pull recent changes from rust-lang/rust via Josh. Upstream ref: df8102fe5f24f28a918660b0cd918d7331c3896e Filtered ref: 3c30d8c
2 parents 162576f + 3c30d8c commit 5c3d8f2

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

compiler-builtins/LICENSE.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

compiler-builtins/src/math/libm_math

Lines changed: 0 additions & 1 deletion
This file was deleted.

compiler-builtins/src/math/mod.rs

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

78
macro_rules! libm_intrinsics {

0 commit comments

Comments
 (0)