arm/mod.rs used simd_minimum_number_nsz/simd_maximum_number_nsz intrinsics absent on nightly-2025-10-25; swapped for simd_fmin/simd_fmax (same NaN semantics). Pulled via criterion->plotters->font-kit. x86 path unaffected. Co-Authored-By: Claude Opus 4.8 <[email protected]>
19 lines
396 B
TOML
19 lines
396 B
TOML
[package]
|
|
name = "pathfinder_simd"
|
|
version = "0.5.6"
|
|
edition = "2018"
|
|
authors = ["Patrick Walton <[email protected]>"]
|
|
build = "build.rs"
|
|
description = "A simple SIMD library"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/servo/pathfinder"
|
|
homepage = "https://github.com/servo/pathfinder"
|
|
|
|
[features]
|
|
pf-no-simd = []
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.4"
|