Closed tarcieri closed 3 months ago
We were previously using inline assembly to "emulate" these intrinsics since the ones in core::arch had not yet been stabilized.
core::arch
They are now stable as of Rust 1.79.
Redux of #570.
We were previously using inline assembly to "emulate" these intrinsics since the ones in
core::arch
had not yet been stabilized.They are now stable as of Rust 1.79.
Redux of #570.