Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for amd64ios (0.12 sec)

  1. src/cmd/dist/test.go

    	})
    
    	// Test ios/amd64 for the iOS simulator.
    	if goos == "darwin" && goarch == "amd64" && t.cgoEnabled {
    		t.registerTest("GOOS=ios on darwin/amd64",
    			&goTest{
    				variant:  "amd64ios",
    				timeout:  300 * time.Second,
    				runTests: "SystemRoots",
    				env:      []string{"GOOS=ios", "CGO_ENABLED=1"},
    				pkg:      "crypto/x509",
    			})
    	}
    
    	// GOEXPERIMENT=rangefunc tests
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		fpstore    = regInfo{inputs: []regMask{gpspsb, fp, 0}}
    		fpstoreidx = regInfo{inputs: []regMask{gpspsb, gpsp, fp, 0}}
    
    		prefreg = regInfo{inputs: []regMask{gpspsbg}}
    	)
    
    	var AMD64ops = []opData{
    		// {ADD,SUB,MUL,DIV}Sx: floating-point arithmetic
    		// x==S for float32, x==D for float64
    		// computes arg0 OP arg1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
Back to top