Skip to content

Commit 4d76526

Browse files
committed
Auto merge of #840 - RalfJung:readme, r=RalfJung
update README about what we do not support
2 parents c32c436 + 4cbd312 commit 4d76526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ cannot run all programs:
3838
* Miri runs the program as a platform-independent interpreter, so the program
3939
has no access to any platform-specific APIs or FFI. A few APIs have been
4040
implemented (such as printing to stdout) but most have not: for example, Miri
41-
currently does not support concurrency, or networking, or file system access,
42-
or gathering entropy from the system.
41+
currently does not support concurrency, or SIMD, or networking, or file system
42+
access.
4343

4444
[rust]: https://www.rust-lang.org/
4545
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md

0 commit comments

Comments
 (0)