Files
rustytorch/third_party/pathfinder_simd/Cargo.toml
T
osobhandClaude Opus 4.8 71ffbf364d fix(deps): vendor + patch pathfinder_simd 0.5.6 for Apple Silicon nightly
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]>
2026-06-27 10:59:42 -07:00

42 lines
1.0 KiB
TOML

# 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 = "2018"
name = "pathfinder_simd"
version = "0.5.6"
authors = ["Patrick Walton <[email protected]>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple SIMD library"
homepage = "https://github.com/servo/pathfinder"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
[features]
pf-no-simd = []
[lib]
name = "pathfinder_simd"
path = "src/lib.rs"
[dependencies]
[build-dependencies.rustc_version]
version = "0.4"
[workspace]