Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zeroPPC64x (0.12 sec)

  1. src/runtime/mkduff.go

    	gen("386", notags, zero386, copy386)
    	gen("arm", notags, zeroARM, copyARM)
    	gen("arm64", notags, zeroARM64, copyARM64)
    	gen("loong64", notags, zeroLOONG64, copyLOONG64)
    	gen("ppc64x", tagsPPC64x, zeroPPC64x, copyPPC64x)
    	gen("mips64x", tagsMIPS64x, zeroMIPS64x, copyMIPS64x)
    	gen("riscv64", notags, zeroRISCV64, copyRISCV64)
    }
    
    func gen(arch string, tags, zero, copy func(io.Writer)) {
    	var buf bytes.Buffer
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:21 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top