Explorar el Código

Add attribute for ARM alias

Ayrton hace 3 años
padre
commit
080f1fa477
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/float/trunc.rs

+ 1 - 0
src/float/trunc.rs

@@ -112,6 +112,7 @@ where
 }
 
 intrinsics! {
+    #[arm_aeabi_alias = __aeabi_d2f]
     pub extern "C" fn __truncdfsf2(a: f64) -> f32 {
         trunc(a)
     }