mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
1dadbbf8b57ea32faa479266105bdce82cc444c9
Bundle the BLAKE3 1.8.4 C implementation (CC0/Apache-2.0 licensed) in pextlib and wire it up as a new checksum type alongside md5, sha1, rmd160, and sha256. Architecture-specific SIMD acceleration is selected at configure time: x86-64 gets SSE2/SSE41/AVX2/AVX512 assembly with runtime dispatch, arm64 gets NEON intrinsics, and all other architectures (including i386 and ppc for OS X 10.5 compatibility) use the portable C fallback. Includes tests, and fixes some bad tests around checksum validation. See: https://trac.macports.org/ticket/63885
macports-base
This repository contains the source code for the MacPorts command-line client.
Official documentation: https://guide.macports.org/
Description
Languages
Tcl
51.7%
C
33.7%
Assembly
9.6%
M4
2.7%
Shell
1.2%
Other
1.1%