1个不稳定版本
使用旧的Rust 2015
0.1.0 | 2018年1月3日 |
---|
#137 在 #x86-64
6KB
100 行
simd-runtime-check-x64
这是一个(仅限nightly版)的库,它提供了一种在运行时检查各种SIMD功能是否受支持的机制。
代码来自 parched/runtime-target-feature-rs
,请参阅 https://github.com/parched/runtime-target-feature-rs/blob/master/rt/src/x86.rs
我将它单独分离成一个crate,因为 runtime-target-feature-rs
crate没有提供足够的控制,实际上无法在运行时选择函数的SIMD和非SIMD版本。
lib.rs
:
这是一个(仅限nightly版)的库,它提供了一种在运行时检查各种SIMD功能是否受支持的机制。
代码来自 parched/runtime-target-feature-rs
,请参阅 https://github.com/parched/runtime-target-feature-rs/blob/master/rt/src/x86.rs
我将它单独分离成一个crate,因为 runtime-target-feature-rs
crate没有提供足够的控制,实际上无法在运行时选择函数的SIMD和非SIMD版本。
依赖关系
~10KB