diff options
Diffstat (limited to 'vendor/libm/src/math/trunc.rs')
-rw-r--r-- | vendor/libm/src/math/trunc.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/libm/src/math/trunc.rs b/vendor/libm/src/math/trunc.rs index 1ee46fc7d..f7892a2c5 100644 --- a/vendor/libm/src/math/trunc.rs +++ b/vendor/libm/src/math/trunc.rs @@ -1,6 +1,5 @@ use core::f64; -#[inline] #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] pub fn trunc(x: f64) -> f64 { // On wasm32 we know that LLVM's intrinsic will compile to an optimized |