Update path to libm after the merge

This commit is contained in:
Trevor Gross 2025-04-18 23:44:45 +00:00
parent d794bb3492
commit 1af955be9a

View file

@ -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 {