Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for genPPC64 (2.24 sec)

  1. src/runtime/mkpreempt.go

    	"386":     gen386,
    	"amd64":   genAMD64,
    	"arm":     genARM,
    	"arm64":   genARM64,
    	"loong64": genLoong64,
    	"mips64x": func() { genMIPS(true) },
    	"mipsx":   func() { genMIPS(false) },
    	"ppc64x":  genPPC64,
    	"riscv64": genRISCV64,
    	"s390x":   genS390X,
    	"wasm":    genWasm,
    }
    var beLe = map[string]bool{"mips64x": true, "mipsx": true, "ppc64x": true}
    
    func main() {
    	flag.Parse()
    	if flag.NArg() > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top