Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGoarm64FeaturesSupports (0.26 sec)

  1. src/internal/buildcfg/cfg_test.go

    	}
    	os.Setenv("GOARM64", "v9.0")
    	if goarm64().Version != "v9.0" || goarm64().LSE != true || goarm64().Crypto != false {
    		t.Errorf("Wrong parsing of GOARM64=v9.0")
    	}
    }
    
    func TestGoarm64FeaturesSupports(t *testing.T) {
    	g, _ := ParseGoarm64("v9.3")
    
    	if !g.Supports("v9.3") {
    		t.Errorf("Wrong goarm64Features.Supports for v9.3, v9.3")
    	}
    
    	if g.Supports("v9.4") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top