[chore]: Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#3771)

This commit is contained in:
dependabot[bot]
2025-02-10 15:52:55 +00:00
committed by GitHub
parent bb6d2f8ee8
commit 4ac5447ad6
45 changed files with 474 additions and 33 deletions

3
vendor/golang.org/x/sys/cpu/cpu.go generated vendored
View File

@@ -72,6 +72,9 @@ var X86 struct {
HasSSSE3 bool // Supplemental streaming SIMD extension 3
HasSSE41 bool // Streaming SIMD extension 4 and 4.1
HasSSE42 bool // Streaming SIMD extension 4 and 4.2
HasAVXIFMA bool // Advanced vector extension Integer Fused Multiply Add
HasAVXVNNI bool // Advanced vector extension Vector Neural Network Instructions
HasAVXVNNIInt8 bool // Advanced vector extension Vector Neural Network Int8 instructions
_ CacheLinePad
}