You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/simd/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The example consists of a canister named `mat_mat_mul` (matrix-matrix multiplica
21
21
22
22
This example requires an installation of:
23
23
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.
25
25
-[x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
26
26
27
27
### Example 1: Floating point matrices multiplications
0 commit comments