Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ppc64_p10 (0.1 sec)

  1. src/cmd/asm/internal/asm/endtoend_test.go

    		t.Logf("GOPPC64=power%d", goppc64)
    		buildcfg.GOPPC64 = goppc64
    		// Some pseudo-ops may assemble differently depending on GOPPC64
    		testEndToEnd(t, "ppc64", "ppc64")
    		testEndToEnd(t, "ppc64", "ppc64_p10")
    	}
    }
    
    func testRISCV64AllProfiles(t *testing.T, testFn func(t *testing.T)) {
    	t.Helper()
    
    	defer func(orig int) { buildcfg.GORISCV64 = orig }(buildcfg.GORISCV64)
    
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 23 18:45:48 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top