Port sdiv to traits + intrinsics!

Enhance `intrinsics!` along the way!
This commit is contained in:
Alex Crichton
2017-06-22 23:09:28 -07:00
parent 285a69b29c
commit e80da4a48a
6 changed files with 180 additions and 87 deletions

View File

@@ -99,6 +99,10 @@ fn sconv(i: i128) -> U64x2 {
#[cfg(test)]
extern crate core;
fn abort() -> ! {
unsafe { core::intrinsics::abort() }
}
#[macro_use]
mod macros;