]> git.proxmox.com Git - rustc.git/blobdiff - vendor/compiler_builtins/libm/src/math/fdimf.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / vendor / compiler_builtins / libm / src / math / fdimf.rs
index f1ad5896bf993843ec2b65638b32e56faee2aba4..ea0b592d7ab97e57e50dbbecfe5d5e5ec11696f9 100644 (file)
@@ -8,7 +8,6 @@ use core::f32;
 /// * NAN      if either argument is NAN.
 ///
 /// A range error may occur.
-#[inline]
 #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
 pub fn fdimf(x: f32, y: f32) -> f32 {
     if x.is_nan() {