Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for X86_64 (0.32 sec)

  1. CHANGELOG/CHANGELOG-1.6.md

    * Do not daemonize `salt-minion` for the openstack-heat provider. ([#40722](https://github.com/kubernetes/kubernetes/pull/40722), [@micmro](https://github.com/micmro))
    * OpenStack-Heat will now look for an image named "CentOS-7-x86_64-GenericCloud-1604". To restore the previous behavior set OPENSTACK_IMAGE_NAME="CentOS7" ([#40368](https://github.com/kubernetes/kubernetes/pull/40368), [@sc68cal](https://github.com/sc68cal))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritePPC64.go

    		if z.Op != OpPPC64MOVHZreg {
    			break
    		}
    		x := z.Args[0]
    		if !(c < 16 && z.Uses == 1) {
    			break
    		}
    		v.reset(OpPPC64CLRLSLDI)
    		v.AuxInt = int32ToAuxInt(newPPC64ShiftAuxInt(c, 48, 63, 64))
    		v.AddArg(x)
    		return true
    	}
    	// match: (SLDconst [c] z:(MOVWZreg x))
    	// cond: c < 32 && z.Uses == 1
    	// result: (CLRLSLDI [newPPC64ShiftAuxInt(c,32,63,64)] x)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
Back to top