Closed tarcieri closed 8 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
Given the new 1.72 MSRV, we should now be able to use the intrinsics.
My bad, I guess these aren't stabilized yet
We were previously using inline assembly to "emulate" these intrinsics since the ones in
core::arch
had not yet been stabilized.Given the new 1.72 MSRV, we should now be able to use the intrinsics.