DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-kelindar-simd 1.2.0-1

Package Information

DescriptionAuto-vectorized SIMD math functions for Go

This library contains a set of vectorized mathematical functions which were auto-vectorized using the clang compiler and translated into PLAN9 assembly code for Go. A generic version is also provided for CPUs where vectorization is not available.

It currently supports AVX2 on amd64 and NEON (Advanced SIMD) on arm64 (including Apple Silicon).

Features: * Reduction ops: Sum, Min, Max * Element-wise ops: Add, Sub, Mul, Div * Typed fast paths for int, uint, float slices * Generic fallback when SIMD is unavailable

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByJuan Manuel Méndez Rey <juan.mendezr@proton.me>
Sponsorsimon@josefsson.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-kelindar-simd.git (browse)
Closes#1135383
Blocked Bugs#1051557 (wishlist)
Trackerhttps://tracker.debian.org/pkg/golang-github-kelindar-simd
Uploaded3 hours ago

New Package Report

.changes
Distributionunstable
DateSat, 02 May 2026 00:15:44 +0200
Sourcegolang-github-kelindar-simd
Version1.2.0-1
Changed-ByJuan Manuel Méndez Rey
Architecturesource all
Changelog
golang-github-kelindar-simd (1.2.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1135383)
.dsc
Sectiongolang
Priorityoptional
Componentmain
Package-Listgolang-github-kelindar-simd-dev deb golang optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/kelindar/simd
Upstream-Name: simd
Upstream-Contact: Roman Atachiants <roman@kelindar.com>

Files: *
Copyright: 2022-2026 Roman Atachiants and contributors
License: Expat

Files: debian/*
Copyright: 2026 Juan Manuel Méndez Rey <juan.mendezr@proton.me>
License: Expat
Comment: Debian packaging is licensed under the same terms as upstream

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package