hermes-simd 0.6.0

High-performance, zero-overhead SIMD abstraction library
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 = "2021"
rust-version = "1.95"
name = "hermes-simd"
version = "0.6.0"
authors = ["Ryan Clanton <ryanclanton@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance, zero-overhead SIMD abstraction library"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ryancinsight/hermes"

[features]
default = [
    "std",
    "mnemosyne-memory",
]
libnuma = ["hermes-simd-core/libnuma"]
mnemosyne-memory = [
    "hermes-simd-core/mnemosyne-memory",
    "hermes-simd-intrinsics/mnemosyne-memory",
    "hermes-simd-types/mnemosyne-memory",
]
std = [
    "hermes-simd-core/std",
    "hermes-simd-intrinsics/std",
    "eunomia/std",
    "hermes-simd-types/std",
    "themis/std",
]

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

[[test]]
name = "bitboard_tests"
path = "tests/bitboard_tests.rs"

[[test]]
name = "complex_tests"
path = "tests/complex_tests.rs"

[[test]]
name = "cow_tests"
path = "tests/cow_tests.rs"

[[test]]
name = "dense_tests"
path = "tests/dense_tests.rs"

[[test]]
name = "gather_scan_tests"
path = "tests/gather_scan_tests.rs"

[[test]]
name = "host_capability_tests"
path = "tests/host_capability_tests.rs"

[[test]]
name = "kernel_property_tests"
path = "tests/kernel_property_tests.rs"

[[test]]
name = "masked_tests"
path = "tests/masked_tests.rs"

[[test]]
name = "math_tests"
path = "tests/math_tests.rs"

[[test]]
name = "modular_tests"
path = "tests/modular_tests.rs"

[[test]]
name = "new_ops_tests"
path = "tests/new_ops_tests.rs"

[[test]]
name = "ops_strategy_tests"
path = "tests/ops_strategy_tests.rs"

[[test]]
name = "property_tests"
path = "tests/property_tests.rs"

[[test]]
name = "select_unary_tests"
path = "tests/select_unary_tests.rs"

[[test]]
name = "sparse_tests"
path = "tests/sparse_tests.rs"

[[test]]
name = "sprint_tests"
path = "tests/sprint_tests.rs"

[[test]]
name = "tensor_tests"
path = "tests/tensor_tests.rs"

[[test]]
name = "tiling_tests"
path = "tests/tiling_tests.rs"

[[test]]
name = "types_tests"
path = "tests/types_tests.rs"

[[test]]
name = "vector_slice_tests"
path = "tests/vector_slice_tests.rs"

[[bench]]
name = "complex"
path = "benches/complex.rs"
harness = false

[[bench]]
name = "dense"
path = "benches/dense.rs"
harness = false

[[bench]]
name = "sparse"
path = "benches/sparse.rs"

[dependencies.eunomia]
version = "0.8.0"
default-features = false

[dependencies.hermes-simd-core]
version = "0.6.0"
default-features = false

[dependencies.hermes-simd-intrinsics]
version = "0.6.0"
default-features = false

[dependencies.hermes-simd-macros]
version = "0.6.0"

[dependencies.hermes-simd-types]
version = "0.6.0"
default-features = false

[dependencies.themis]
version = "0.10.1"
default-features = false
package = "themis-topology"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.rkyv]
version = "0.8"