Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ca714e4

Browse files
committed
Update Readme.md
1 parent ffa34ae commit ca714e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ $ RUSTFLAGS="-Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_
2929

3030
## Not yet supported
3131

32-
* Good non-rust abi support ([scalar pair and vector are passed by-ref](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10))
32+
* Good non-rust abi support ([vectors are passed by-ref](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10))
3333
* Checked binops ([some missing instructions in cranelift](https://github.com/CraneStation/cranelift/issues/460))
3434
* Inline assembly ([no cranelift support](https://github.com/CraneStation/cranelift/issues/444))
35-
* u128 and i128 ([no cranelift support](https://github.com/CraneStation/cranelift/issues/354))
3635
* SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171))
3736

3837
## Troubleshooting

0 commit comments

Comments
 (0)