vec64 0.2.1

High-performance Rust vector type with automatic 64-byte SIMD alignment.
Documentation
[dependencies.rayon]
optional = true
version = "1.10.0"

[[example]]
name = "hotloop_bench_simd"
path = "examples/hotloop_bench_simd.rs"

[[example]]
name = "hotloop_bench_std"
path = "examples/hotloop_bench_std.rs"

[features]
parallel_proc = ["rayon"]

[lib]
name = "vec64"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance Rust vector type with automatic 64-byte SIMD alignment."
edition = "2024"
license = "MIT"
name = "vec64"
readme = "README.md"
version = "0.2.1"