Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for riscv64 (0.06 sec)

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

    	defer func(orig int) { buildcfg.GORISCV64 = orig }(buildcfg.GORISCV64)
    
    	for _, goriscv64 := range []int{20, 22, 23} {
    		t.Run(fmt.Sprintf("rva%vu64", goriscv64), func(t *testing.T) {
    			buildcfg.GORISCV64 = goriscv64
    			testFn(t)
    		})
    	}
    }
    
    func TestRISCV64EndToEnd(t *testing.T) {
    	testRISCV64AllProfiles(t, func(t *testing.T) {
    		testEndToEnd(t, "riscv64", "riscv64")
    	})
    }
    
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 23 18:45:48 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    file. //go:build (amd64 || arm64 || ppc64 || ppc64le || riscv64) && !purego package subtle //go:noescape func xorBytes(dst, a, b *byte, n int) golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/subtle/xor_generic.go // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build (!amd64 && !arm64 && !loong64 && !ppc64 && !ppc64le && !riscv64) || purego package subtle import ( "runtime" "unsafe" )...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top