New Upstream Release - golang-github-intel-go-cpuid

Ready changes

Summary

Merged new upstream version: 0.0~git20220614.219e067 (was: 0.0~git20210602.5747e5c).

Resulting package

Built on 2023-07-13T15:25 (took 5m39s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-intel-go-cpuid-dev

Lintian Result

Diff

diff --git a/README.md b/README.md
index 8142a17..120d913 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,7 @@ if EnabledAVX && HasFeature(AVX) {
   > **AVX512VL**                AVX-512 Vector Length Extensions<br/>
   > **PREFETCHWT1**             PREFETCHWT1 instruction<br/>
   > **AVX512VBMI**              AVX-512 Vector Bit Manipulation Instructions<br/>
+  > **AVX512VBMI2**             AVX-512 Vector Bit Manipulation Instructions, Version 2<br/>
 
 * **func HasExtraFeature(feature uint64) bool**
   > **LAHF_LM**           LahfSahf LAHF and SAHF instruction support in 64-bit mod<br/>
diff --git a/cpuid.go b/cpuid.go
index a29e0c9..a826dea 100644
--- a/cpuid.go
+++ b/cpuid.go
@@ -228,6 +228,7 @@ var ExtendedFeatureNames = map[uint64]string{ // From leaf07
 	AVX512VL:              "AVX512VL",
 	PREFETCHWT1:           "PREFETCHWT1",
 	AVX512VBMI:            "AVX512VBMI",
+	AVX512VBMI2:           "AVX512VBMI2",
 }
 
 var ExtraFeatureNames = map[uint64]string{ // From leaf 8000 0001
@@ -450,6 +451,11 @@ const (
 	// ECX's const from there
 	PREFETCHWT1
 	AVX512VBMI
+	_
+	_
+	_
+	_
+	AVX512VBMI2
 )
 
 const (
diff --git a/debian/changelog b/debian/changelog
index 19c72d2..ec9ce86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-intel-go-cpuid (0.0~git20220614.219e067-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 13 Jul 2023 15:20:36 -0000
+
 golang-github-intel-go-cpuid (0.0~git20210602.5747e5c-2) unstable; urgency=medium
 
   * Source-only upload for testing migration

More details

Full run details