internal/runtime/gc/scan: include package in expandAVX512 symbol names

These symbols are part of the scan package, so they should include the
package name in the symbol name for consistency.

Change-Id: I6a6a636ca63b34a8da7fb2f0bfe1fa5f8672fff5
Reviewed-on: https://go-review.googlesource.com/c/go/+/738522
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Michael Pratt 2026-01-22 11:56:00 -05:00
parent 64e8b238a1
commit d8d2b90a46
2 changed files with 2083 additions and 2083 deletions

File diff suppressed because it is too large Load diff

View file

@ -63,7 +63,7 @@ func genExpanders(file *gen.File) {
xf := int(ob) / 8
log.Printf("size class %d bytes, expansion %dx", ob, xf)
fn := gen.NewFunc(fmt.Sprintf("expandAVX512_%d<>", xf))
fn := gen.NewFunc(fmt.Sprintf("·expandAVX512_%d<>", xf))
ptrObjBits := gen.Arg[gen.Ptr[gen.Uint8x64]](fn)
if xf == 1 {