mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:32:25 -05:00 
			
		
		
		
	[chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.89 (#3977)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.85 to 7.0.89. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](https://github.com/minio/minio-go/compare/v7.0.85...v7.0.89) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.0.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								e0ea77b730
							
						
					
				
			
			
				commit
				
					
						bce643286c
					
				
			
		
					 46 changed files with 1337 additions and 371 deletions
				
			
		
							
								
								
									
										10
									
								
								vendor/github.com/klauspost/cpuid/v2/cpuid.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								vendor/github.com/klauspost/cpuid/v2/cpuid.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -83,6 +83,8 @@ const ( | |||
| 	AMXINT8                              // Tile computational operations on 8-bit integers | ||||
| 	AMXFP8                               // Tile computational operations on FP8 numbers | ||||
| 	AMXTILE                              // Tile architecture | ||||
| 	AMXTF32                              // Tile architecture | ||||
| 	AMXCOMPLEX                           // Matrix Multiplication of TF32 Tiles into Packed Single Precision Tile | ||||
| 	APX_F                                // Intel APX | ||||
| 	AVX                                  // AVX functions | ||||
| 	AVX10                                // If set the Intel AVX10 Converged Vector ISA is supported | ||||
|  | @ -282,12 +284,16 @@ const ( | |||
| 	DCPOP    // Data cache clean to Point of Persistence (DC CVAP) | ||||
| 	EVTSTRM  // Generic timer | ||||
| 	FCMA     // Floatin point complex number addition and multiplication | ||||
| 	FHM      // FMLAL and FMLSL instructions | ||||
| 	FP       // Single-precision and double-precision floating point | ||||
| 	FPHP     // Half-precision floating point | ||||
| 	GPA      // Generic Pointer Authentication | ||||
| 	JSCVT    // Javascript-style double->int convert (FJCVTZS) | ||||
| 	LRCPC    // Weaker release consistency (LDAPR, etc) | ||||
| 	PMULL    // Polynomial Multiply instructions (PMULL/PMULL2) | ||||
| 	RNDR     // Random Number instructions | ||||
| 	TLB      // Outer Shareable and TLB range maintenance instructions | ||||
| 	TS       // Flag manipulation instructions | ||||
| 	SHA1     // SHA-1 instructions (SHA1C, etc) | ||||
| 	SHA2     // SHA-2 instructions (SHA256H, etc) | ||||
| 	SHA3     // SHA-3 instructions (EOR3, RAXI, XAR, BCAX) | ||||
|  | @ -532,7 +538,7 @@ func (c CPUInfo) Ia32TscAux() uint32 { | |||
| 	return ecx | ||||
| } | ||||
| 
 | ||||
| // SveLengths returns arm SVE vector and predicate lengths. | ||||
| // SveLengths returns arm SVE vector and predicate lengths in bits. | ||||
| // Will return 0, 0 if SVE is not enabled or otherwise unable to detect. | ||||
| func (c CPUInfo) SveLengths() (vl, pl uint64) { | ||||
| 	if !c.Has(SVE) { | ||||
|  | @ -1284,6 +1290,8 @@ func support() flagSet { | |||
| 		// CPUID.(EAX=7, ECX=1).EDX | ||||
| 		fs.setIf(edx1&(1<<4) != 0, AVXVNNIINT8) | ||||
| 		fs.setIf(edx1&(1<<5) != 0, AVXNECONVERT) | ||||
| 		fs.setIf(edx1&(1<<7) != 0, AMXTF32) | ||||
| 		fs.setIf(edx1&(1<<8) != 0, AMXCOMPLEX) | ||||
| 		fs.setIf(edx1&(1<<10) != 0, AVXVNNIINT16) | ||||
| 		fs.setIf(edx1&(1<<14) != 0, PREFETCHI) | ||||
| 		fs.setIf(edx1&(1<<19) != 0, AVX10) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue