We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677bde6 commit 4cbd312Copy full SHA for 4cbd312
README.md
@@ -38,8 +38,8 @@ cannot run all programs:
38
* Miri runs the program as a platform-independent interpreter, so the program
39
has no access to any platform-specific APIs or FFI. A few APIs have been
40
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.
+ currently does not support concurrency, or SIMD, or networking, or file system
+ access.
43
44
[rust]: https://www.rust-lang.org/
45
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
0 commit comments