Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for benchSoloJump (0.12 sec)

  1. src/cmd/compile/internal/ssa/rewriteCond_test.go

    	{"MSubVar32", testMSubVar32},
    	{"AddShift32", testAddShift32},
    	{"SubShift32", testSubShift32},
    }
    
    var crBenches = []struct {
    	name string
    	bf   func(b *testing.B)
    }{
    	{"SoloJump", benchSoloJump},
    	{"CombJump", benchCombJump},
    }
    
    // Test int32/int64's add/sub/madd/msub operations with boundary values to
    // ensure the optimization to 'comparing to zero' expressions of if-statements
    // yield expected results.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 01:19:09 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top