use the unstable carryless_mul in the pclmul implementation#4862
use the unstable carryless_mul in the pclmul implementation#4862folkertdev wants to merge 1 commit intorust-lang:masterfrom
carryless_mul in the pclmul implementation#4862Conversation
|
Thank you for contributing to Miri! A reviewer will take a look at your PR, typically within a week or two. |
|
CI uses |
|
It always the current rust nightly bootstrap compiler (the file storing that is here). If the job here fails, that means merging this PR would cause the next sync into the Rust repo to fail. |
|
The rust bootstrap compiler always gets updated around a release, so the next update will be around Feb 27th. It is a fundamental part of the rustc development process that new standard library features can only be used inside rustc/miri after the next bootstrap bump (when nightly becomes beta and then that beta becomes the bootstrap compiler). |
Eventually we should be able to use the intrinsics in
stdarchso that miri no longer needs a custom implementation. Unfortunately the required optimizations didn't make it into LLVM 22, so we'll have to wait ~6 months.