summaryrefslogtreecommitdiffstats
path: root/vendor/libm/src/math/k_tanf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libm/src/math/k_tanf.rs')
-rw-r--r--vendor/libm/src/math/k_tanf.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/libm/src/math/k_tanf.rs b/vendor/libm/src/math/k_tanf.rs
index 52651378d..af8db539d 100644
--- a/vendor/libm/src/math/k_tanf.rs
+++ b/vendor/libm/src/math/k_tanf.rs
@@ -19,7 +19,6 @@ const T: [f64; 6] = [
0.00946564784943673166728, /* 0x1362b9bf971bcd.0p-59 */
];
-#[inline]
#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
pub(crate) fn k_tanf(x: f64, odd: bool) -> f32 {
let z = x * x;