Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for worthwhile (0.32 sec)

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

    	brev_arch := []sys.ArchFamily{sys.AMD64, sys.I386, sys.ARM64, sys.ARM, sys.S390X}
    	if buildcfg.GOPPC64 >= 10 {
    		// Use only on Power10 as the new byte reverse instructions that Power10 provide
    		// make it worthwhile as an intrinsic
    		brev_arch = append(brev_arch, sys.PPC64)
    	}
    	/******** runtime/internal/sys ********/
    	addF("runtime/internal/sys", "Bswap32",
    		func(s *state, n *ir.CallExpr, args []*ssa.Value) *ssa.Value {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top