1 Star 0 Fork 4

王布衣/num

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clib_amd64.go 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
//go:build !noasm && !appengine
// +build !noasm,!appengine
package c2goasmtest
import "unsafe"
//go:noescape
func _ClibFloor32(fl float32) float32
//go:noescape
func _ClibFloor64(fl float64) float64
//go:noescape
func _ClibMemcpy(dst, src unsafe.Pointer, n uint) unsafe.Pointer
//go:noescape
func _ClibMemset(dst unsafe.Pointer, c int, n uint) unsafe.Pointer
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/num.git
git@gitee.com:quant1x/num.git
quant1x
num
num
v0.1.3

搜索帮助