Hey folks,
The WebAssembly SIMD is available on the mainnet and the latest dfx
:
-
To install the latest
dfx
with SIMD support:dfxvm install 0.20.2-beta.0
-
The Rust SIMD example, which compares naive, optimized, auto-vectorized, and SIMD intrinsic matrix multiplication: examples/rust/simd at master · dfinity/examples · GitHub
-
A bit of SIMD documentation on the IC: https://internetcomputer.org/docs/current/developer-docs/smart-contracts/advanced-features/simd/
Let me know if you have any questions,
and enjoy!