Skip to content

Commit 55ce7df

Browse files
committed
Update README
1 parent a1d7c61 commit 55ce7df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/simd/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The example consists of a canister named `mat_mat_mul` (matrix-matrix multiplica
2121

2222
This example requires an installation of:
2323

24-
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx). Note: the WebAssembly SIMD support requires `dfx` version `0.21` or later.
24+
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx). Note: the WebAssembly SIMD support requires `dfx` version `0.20.2-beta.0` or later.
2525
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
2626

2727
### Example 1: Floating point matrices multiplications
@@ -45,7 +45,7 @@ Example output:
4545

4646
```sh
4747
% dfx stop && dfx start --clean
48-
Running dfx start for version 0.21.0
48+
Running dfx start for version 0.20.2-beta.0
4949
[...]
5050
Dashboard: http://localhost:63387/_/dashboard
5151
```
@@ -126,7 +126,7 @@ Example output:
126126

127127
```sh
128128
% dfx stop && dfx start --clean
129-
Running dfx start for version 0.21.0
129+
Running dfx start for version 0.20.2-beta.0
130130
[...]
131131
Dashboard: http://localhost:63387/_/dashboard
132132
```

0 commit comments

Comments
 (0)