rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

Implement all vendor intrinsics used by regex on AVX2 systems #1378

Closed bjorn3 closed 1 year ago

bjorn3 commented 1 year ago

This allows it to work with --sysroot llvm.

Helps with #1357.