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

Commit b62e892

Browse files
committed
Misc changes
1 parent 69526d4 commit b62e892

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ RUSTFLAGS="-Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_
3232
* 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-
* SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171))
35+
* SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171), some basic things work)
3636

3737
## Troubleshooting
3838

test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
if [[ "$1" == "--release" ]]; then
46
export CHANNEL='release'
57
cargo build --release

0 commit comments

Comments
 (0)