Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for elided (0.21 sec)

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

    		if n.Type().IsComplex() {
    			// TODO this is not executed because the front-end substitutes a runtime call.
    			// That probably ought to change; with modest optimization the widen/narrow
    			// conversions could all be elided in larger expression trees.
    			mulop := ssa.OpMul64F
    			addop := ssa.OpAdd64F
    			subop := ssa.OpSub64F
    			divop := ssa.OpDiv64F
    			pt := types.FloatForComplex(n.Type()) // Could be Float32 or Float64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

      feature gates enabled) that their pods could get stuck in the pending phase when deleted.
      
      Users who maintain controllers which relied on the fact that pods with RestartPolicy=Always
      never enter the Succeeded phase may need to adapt their controllers. This is because as a consequence of 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top