mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	vendor: bump buildkit to master
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
		
							
								
								
									
										1
									
								
								vendor/golang.org/x/sys/cpu/byteorder.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/golang.org/x/sys/cpu/byteorder.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -46,6 +46,7 @@ func hostByteOrder() byteOrder {
 | 
			
		||||
	case "386", "amd64", "amd64p32",
 | 
			
		||||
		"alpha",
 | 
			
		||||
		"arm", "arm64",
 | 
			
		||||
		"loong64",
 | 
			
		||||
		"mipsle", "mips64le", "mips64p32le",
 | 
			
		||||
		"nios2",
 | 
			
		||||
		"ppc64le",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								vendor/golang.org/x/sys/cpu/cpu_loong64.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								vendor/golang.org/x/sys/cpu/cpu_loong64.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
// Copyright 2022 The Go Authors. All rights reserved.
 | 
			
		||||
// Use of this source code is governed by a BSD-style
 | 
			
		||||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
//go:build loong64
 | 
			
		||||
// +build loong64
 | 
			
		||||
 | 
			
		||||
package cpu
 | 
			
		||||
 | 
			
		||||
const cacheLineSize = 64
 | 
			
		||||
 | 
			
		||||
func initOptions() {
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user