@ -1,6 +1,6 @@
// Code generated by scripts/gen-go-std-tables.sh; DO NOT EDIT.
// Generated from Go version devel go1.2 1-3637132233 Sat Jun 3 01:13:08 2023 +0000.
// Generated from Go version devel go1.2 2-8da6405e0d Sat Nov 11 02:02:35 2023 +0000.
package main
@ -31,8 +31,10 @@ var runtimeLinknamed = []string{
"internal/poll" ,
"internal/reflectlite" ,
"internal/syscall/unix" ,
"internal/syscall/windows" ,
"maps" ,
"math/rand" ,
"math/rand/v2" ,
"net" ,
"os" ,
"os/signal" ,
@ -63,6 +65,7 @@ var compilerIntrinsicsPkgs = map[string]bool{
}
var compilerIntrinsicsFuncs = map [ string ] bool {
"runtime.mulUintptr" : true , // Existed in Go 1.21; removed in Go 1.22.
"math.Abs" : true ,
"math/big.mulWW" : true ,
"math/bits.Add" : true ,
@ -150,6 +153,7 @@ var compilerIntrinsicsFuncs = map[string]bool{
"runtime/internal/atomic.Xchgint32" : true ,
"runtime/internal/atomic.Xchgint64" : true ,
"runtime/internal/atomic.Xchguintptr" : true ,
"runtime/internal/math.Add64" : true ,
"runtime/internal/math.Mul64" : true ,
"runtime/internal/math.MulUintptr" : true ,
"runtime/internal/sys.Bswap32" : true ,
@ -162,7 +166,6 @@ var compilerIntrinsicsFuncs = map[string]bool{
"runtime/internal/sys.TrailingZeros32" : true ,
"runtime/internal/sys.TrailingZeros64" : true ,
"runtime/internal/sys.TrailingZeros8" : true ,
"runtime.mulUintptr" : true ,
"runtime.publicationBarrier" : true ,
"sync/atomic.AddInt32" : true ,
"sync/atomic.AddInt64" : true ,