]> Cypherpunks repositories - gostls13.git/commit
runtime: remove linkname from memhash{32,64} functions
authorAlfonso Subiotto Marques <alfonsojssm@gmail.com>
Mon, 3 Jun 2024 12:02:40 +0000 (12:02 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 21 Oct 2024 18:45:24 +0000 (18:45 +0000)
commit2e9ed44d3943164636271f3242b21f0072b6caa7
treee37d756e2ee8bcb537edb01e72bf5d56e60c9cbd
parent11a03bbbd7a7582804eab35a195f012304c4119a
runtime: remove linkname from memhash{32,64} functions

Remove linkname directives that are no longer necessary given
parquet-go/parquet-go#142 removes the dependency on the `memhash{32,64}`
functions.

This change also removes references to segmentio/parquet-go since that
repository was archived in favor of parquet-go/parquet-go.

Updates #67401

Change-Id: Ibafb0c41b39cdb86dac5531f62787fb5cb8d3f01
GitHub-Last-Rev: e14c4e4dfe1023df83339da73eb5dd632d52851b
GitHub-Pull-Request: golang/go#67784
Reviewed-on: https://go-review.googlesource.com/c/go/+/589795
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/alg.go