Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyARM (0.19 sec)

  1. src/runtime/mkduff.go

    package main
    
    import (
    	"bytes"
    	"fmt"
    	"io"
    	"log"
    	"os"
    )
    
    func main() {
    	gen("amd64", notags, zeroAMD64, copyAMD64)
    	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)
    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