Skip to content

Commit d1f31f9

Browse files
committed
Auto merge of #2065 - RalfJung:readme, r=RalfJung
readme We support SIMD these days. :D At least via portable-simd.
2 parents 1ef91e1 + efe871f commit d1f31f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ in your program, and cannot run all programs:
5757
executions.
5858
* Miri runs the program as a platform-independent interpreter, so the program
5959
has no access to most platform-specific APIs or FFI. A few APIs have been
60-
implemented (such as printing to stdout) but most have not: for example, Miri
61-
currently does not support SIMD or networking.
60+
implemented (such as printing to stdout, accessing environment variables, and
61+
basic file system access) but most have not: for example, Miri currently does
62+
not support networking. System API support varies between targets; if you run
63+
on Windows it is a good idea to use `--target x86_64-unknown-linux-gnu` to get
64+
better support.
6265
* Threading support is not finished yet. E.g., weak memory effects are not
6366
emulated and spin loops (without syscalls) just loop forever. There is no
6467
threading support on Windows.

0 commit comments

Comments
 (0)