Skip to content

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

+1-1
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

+2
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)