]> git.lizzy.rs Git - rust.git/commitdiff
update README about what we do not support
authorRalf Jung <post@ralfj.de>
Sun, 14 Jul 2019 07:34:08 +0000 (09:34 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 14 Jul 2019 07:34:08 +0000 (09:34 +0200)
README.md

index 69c66db52147ed4f6d56f8610537501c4c9c97cb..9baaae568a297606decfab9528cef1bc517bfded 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ cannot run all programs:
 * Miri runs the program as a platform-independent interpreter, so the program
   has no access to any platform-specific APIs or FFI. A few APIs have been
   implemented (such as printing to stdout) but most have not: for example, Miri
-  currently does not support concurrency, or networking, or file system access,
-  or gathering entropy from the system.
+  currently does not support concurrency, or SIMD, or networking, or file system
+  access.
 
 [rust]: https://www.rust-lang.org/
 [mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md