mirror of
https://github.com/golang/go.git
synced 2026-02-06 18:00:01 +00:00
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:
parent
64e8b238a1
commit
d8d2b90a46
2 changed files with 2083 additions and 2083 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue