[package]
name = "safe_unaligned_simd"
version = "0.2.3"
edition = "2024"
rust-version = "1.88"
license = "MIT OR Apache-2.0"
exclude = [".github", "tests"]
description = "Safe SIMD wrappers for unaligned load and store operations."
homepage = "https://github.com/okaneco/safe_unaligned_simd"
repository = "https://github.com/okaneco/safe_unaligned_simd"
readme = "README.md"
keywords = ["simd", "vector", "unaligned", "load", "store"]
categories = ["hardware-support", "api-bindings", "no-std"]
[dependencies]
[dev-dependencies]
[target.'cfg(not(target_os = "wasi"))'.dev-dependencies.compiletest_rs]
version = "0.11.0"
[features]
default = []
avx512 = []
nightly = []
_avx_test = []
_assembly_x86 = []
[package.metadata.docs.rs]
no-default-features = true
features = ["avx512"]
default-target = "x86_64-unknown-linux-gnu"
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "i686-unknown-linux-gnu", "wasm32-wasip1"]