Update SIMD entry in Readme

This commit is contained in:
bjorn3 2018-11-27 11:21:20 +01:00 committed by GitHub
parent 4149ef6e47
commit 36c0461654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $ ./build.sh
* Varargs ([no cranelift support](https://github.com/CraneStation/cranelift/issues/212))
* libstd (needs varargs and some other stuff) ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/146))
* u128 and i128 ([no cranelift support](https://github.com/CraneStation/cranelift/issues/354))
* SIMD (huge amount of work to get all intrinsics implemented, so may never be supported)
* SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171))
## Troubleshooting