[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
commit 4ac5447ad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
}