rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
906 stars 60 forks source link

simd: implement missing intrinsics from simd/generic-arithmetic-pass.rs #382

Closed sadlerap closed 8 months ago

sadlerap commented 10 months ago

This implements/fixes the following intrinsics:

These were the remaining intrinsics from the simd/generic-arithmetic-pass.rs ui test, which should now pass for a patched libgccjit. However, it seems not to compile against a non-patched libgccjit, so leave it disabled there for now.

antoyo commented 10 months ago

I'll do the review soon, hopefully in the next few days. I've been quite busy lately.

sadlerap commented 10 months ago

No worries, take all the time you need.

sadlerap commented 9 months ago

Apologies on the delay on getting back to your review - last week's holidays made things busy for me, and I couldn't get back to this until now.

antoyo commented 8 months ago

Thanks a lot for your contribution!