mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
341 B
4 lines
341 B
3 years ago
|
# SIMD
|
||
3 years ago
|
|
||
|
由于 Rust 最新也是万众瞩目的 `Portable SIMD` 还没有完全成熟,只能在 `nightly` 版本中使用,因此功能上可能还存在变数,鉴于此,本文不会深入介绍在 Rust 中如何编写 SIMD 代码,而是将目光聚集在两个点上:何为 `SIMD` 以及关于 `Portable SIMD` 的简单介绍。
|