Misc changes

This commit is contained in:
bjorn3 2019-07-30 14:51:05 +02:00
parent 69526d464f
commit b62e892fb5
2 changed files with 3 additions and 1 deletions

View file

@ -32,7 +32,7 @@ $ RUSTFLAGS="-Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/debug/librustc_
* 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))
* SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171))
* SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171), some basic things work)
## Troubleshooting

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
if [[ "$1" == "--release" ]]; then
export CHANNEL='release'
cargo build --release