fspl/generator/native/native_amd64p32.go

12 lines
236 B
Go

package native
import "git.tebibyte.media/fspl/fspl/generator"
func nativeTarget () generator.Target {
// this may not be accurate, can't find info online about amd64p32
return generator.Target {
WordSize: 32,
Arch: "x86",
}
}