Merge pull request #44 from Amanieu/sdiv

Add signed division functions
This commit is contained in:
Jorge Aparicio
2016-08-19 09:16:53 -05:00
committed by GitHub
6 changed files with 259 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ pub mod arm;
pub mod x86_64;
pub mod udiv;
pub mod sdiv;
pub mod mul;
pub mod shift;