simd-runtime-check-x64

Crates.iosimd-runtime-check-x64
lib.rssimd-runtime-check-x64
version0.1.0
sourcesrc
created_at2018-01-03 04:14:18.969485
updated_at2018-01-03 04:14:18.969485
descriptionThis is a (nightly-only) library for check SIMD features at runtime (raw ASM)
homepagehttps://github.com/fschutt/simd-runtime-check-x64
repositoryhttps://github.com/fschutt/simd-runtime-check-x64
max_upload_size
id45303
size16,305
Felix Schütt (fschutt)

documentation

README

simd-runtime-check-x64

Crates.io | Documentation

This is a (nightly-only) library that provides an check at runtime to see if various SIMD features are supported.

The code has been taken from parched/runtime-target-feature-rs, see https://github.com/parched/runtime-target-feature-rs/blob/master/rt/src/x86.rs

I have only seperated it into a crate because the runtime-target-feature-rs crate didn't provide me with enough control to actually choose between SIMD and non-SIMD versions of functions at runtime.

Commit count: 4

cargo fmt