[go: up one dir, main page]

coresimd 0.1.0

SIMD support in Rust's core library.
Documentation
1
2
3
4
5
use std::env;

fn main() {
    println!("cargo:rustc-env=TARGET={}", env::var("TARGET").unwrap());
}