rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.59k stars 100 forks source link

Test inline asm support on CI #1397

Closed bjorn3 closed 12 months ago

bjorn3 commented 12 months ago

Also fix macOS inline asm support and make is_x86_feature_detected!() report the actual cpu features on Linux and macOS.

Part of https://github.com/bjorn3/rustc_codegen_cranelift/issues/1204