simd_vector 0.2.2

SIMD vector types (Vec4, Vec8) for x86-64 in pure stable Rust — SSE4.1, AVX2, FMA3
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "simd_vector"
version = "0.2.2"
build = false
exclude = [
    ".cargo/config.toml",
    ".claude/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD vector types (Vec4, Vec8) for x86-64 in pure stable Rust — SSE4.1, AVX2, FMA3"
readme = "README.md"
keywords = [
    "simd",
    "vector",
    "avx2",
    "sse",
    "fma",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/fxeqxmulfx/simd_vector"

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

[dependencies]