about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-20 13:23:38 +0000
committerbors <bors@rust-lang.org>2024-08-20 13:23:38 +0000
commitf203b42166f3f76c4500cb05fe73a770e2c6bc26 (patch)
treebaa5a316e0c83268cd00499b872e6dafa0fa5941 /compiler/rustc_codegen_llvm/src
parente6e294ababdc9aefb96e27be97e7733217a4122f (diff)
parent728876ea98ccebddd56df16c8df0635a4f0bd5a6 (diff)
downloadrust-f203b42166f3f76c4500cb05fe73a770e2c6bc26.tar.gz
rust-f203b42166f3f76c4500cb05fe73a770e2c6bc26.zip
Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJung
Implement SHA256 SIMD intrinsics on x86

Disclaimer: this is my first contribution to `miri`'s code. It's quite possible I'm missing something. This code works but may not be the cleanest/best possible.

It'd be useful to be able to verify code implementing SHA256 using SIMD since such code is a bit more complicated and at some points requires use of pointers. Until now `miri` didn't support x86 SHA256 intrinsics. This commit implements them.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions