[dependencies.itertools]
version = "0.10"
[dependencies.paste]
version = "1"
[dependencies.wide]
version = "0.7.4"
[package]
categories = ["mathematics", "hardware-support"]
description = "A macro to dispatch vectorized math over slices using the `wide` crate for SIMD operations"
documentation = "https://docs.rs/slices_dispatch_wide"
edition = "2021"
homepage = "https://github.com/zachmatson/slices_dispatch_wide"
keywords = ["simd", "math", "wide", "macro"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "slices_dispatch_wide"
readme = "README.md"
repository = "https://github.com/zachmatson/slices_dispatch_wide"
resolver = "2"
version = "0.1.1"