Update path to libm after the merge
This commit is contained in:
parent
d794bb3492
commit
1af955be9a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#[allow(dead_code)]
|
||||
#[allow(unused_imports)]
|
||||
#[allow(clippy::all)]
|
||||
#[path = "../libm/src/math/mod.rs"]
|
||||
#[path = "../../libm/libm/src/math/mod.rs"]
|
||||
pub(crate) mod libm;
|
||||
|
||||
macro_rules! libm_intrinsics {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue