]> git.lizzy.rs Git - rust.git/commit
auto merge of #12852 : itdaniher/rust/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 13 Mar 2014 15:26:40 +0000 (08:26 -0700)
committerbors <bors@rust-lang.org>
Thu, 13 Mar 2014 15:26:40 +0000 (08:26 -0700)
commit6ca57736ccd2b9d0c7288f997b31c0391dd1dbca
treedf93759d2dad416c3149725c6e5a153d347a7e43
parent05975a49282355ab2d7ddfa54c23294ae271d544
parentf568720c99d31e55145699ee0c4ecf65099abc40
auto merge of #12852 : itdaniher/rust/master, r=alexcrichton

This enables the lowering of llvm 64b intrinsics to hardware ops, resolving issues around `__kernel_cmpxchg64` on older kernels on ARM devices, and also enables use of the hardware floating point unit, resolving https://github.com/mozilla/rust/issues/10482.