File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $ RUSTFLAGS="-Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_
32
32
* Good non-rust abi support ([ vectors are passed by-ref] ( https://github.com/bjorn3/rustc_codegen_cranelift/issues/10 ) )
33
33
* Checked binops ([ some missing instructions in cranelift] ( https://github.com/CraneStation/cranelift/issues/460 ) )
34
34
* 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 )
36
36
37
37
## Troubleshooting
38
38
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ set -e
4
+
3
5
if [[ " $1 " == " --release" ]]; then
4
6
export CHANNEL=' release'
5
7
cargo build --release
You can’t perform that action at this time.
0 commit comments