Implement soft float add builtins

This commit is contained in:
Matt Ickstadt
2016-08-17 15:51:37 -05:00
parent 35d68d8ab2
commit fe3c35131f
4 changed files with 394 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ extern crate core;
extern crate rlibc;
pub mod int;
pub mod float;
#[cfg(target_arch = "arm")]
pub mod arm;