pathfinder_simd 0.3.0

A simple SIMD library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.rustc_version]
version = "0.2"

[dependencies]

[features]
pf-no-simd = []

[package]
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
build = "build.rs"
description = "A simple SIMD library"
edition = "2018"
homepage = "https://github.com/servo/pathfinder"
license = "MIT/Apache-2.0"
name = "pathfinder_simd"
repository = "https://github.com/servo/pathfinder"
version = "0.3.0"