From ca714e4f01d921b4627e913c26081df1fbacb627 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Fri, 26 Jul 2019 11:47:27 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5fc18c82eca..56b65cf3efe 100644 --- a/Readme.md +++ b/Readme.md @@ -29,10 +29,9 @@ $ RUSTFLAGS="-Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_ ## Not yet supported -* Good non-rust abi support ([scalar pair and vector are passed by-ref](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10)) +* Good non-rust abi support ([vectors are passed by-ref](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10)) * Checked binops ([some missing instructions in cranelift](https://github.com/CraneStation/cranelift/issues/460)) * Inline assembly ([no cranelift support](https://github.com/CraneStation/cranelift/issues/444)) -* u128 and i128 ([no cranelift support](https://github.com/CraneStation/cranelift/issues/354)) * SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171)) ## Troubleshooting