archive

package module
v0.0.0-...-2d62210 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

README

install

git clone https://github.com/XiaochenCui/c2goasm.git
cd c2goasm
go install ./...

Q&A

error: "invalid flag in #cgo CFLAGS: -mfma"

fma instruction: https://en.wikipedia.org/wiki/FMA_instruction_set

related issue: https://github.com/golang/go/issues/23749

solution:

go env -w "CGO_CFLAGS_ALLOW=-mfma"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
examples
internal
play

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL