1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00
2018-12-16 12:37:35 +08:00

11 lines
325 B
Go

package asmpkg
func CallCAdd_SystemV_ABI(cfun uintptr, a, b int64) int64
func CallCAdd_Win64_ABI(cfun uintptr, a, b int64) int64
func SyscallWrite_Darwin(fd int, msg string) int
func SyscallWrite_Linux(fd int, msg string) int
func SyscallWrite_Windows(fd int, msg string) int
func CopySlice_AVX2(dst, src []byte, len int)