Add x86_64 builtins

This commit is contained in:
Matt Ickstadt
2016-08-16 17:46:46 -05:00
parent 4d9912018e
commit f0dbe4c07c
2 changed files with 70 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ extern crate rlibc;
#[cfg(target_arch = "arm")]
pub mod arm;
#[cfg(target_arch = "x86_64")]
pub mod x86_64;
pub mod udiv;
pub mod mul;
pub mod shift;