diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..05a0e94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.xz filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/build_dragonflybsd.yml b/.github/workflows/build_dragonflybsd.yml index 4d267a1..22285a2 100644 --- a/.github/workflows/build_dragonflybsd.yml +++ b/.github/workflows/build_dragonflybsd.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + lfs: true - name: Provision VM uses: hummeltech/freebsd-vagrant-action@v4 # Note: DragonFly BSD was forked from FreeBSD 4.8, and the provision_commands for freebsd-vagrant-action should run fine on DragonFly BSD diff --git a/.github/workflows/build_freebsd.yml b/.github/workflows/build_freebsd.yml index f848d19..6e799be 100644 --- a/.github/workflows/build_freebsd.yml +++ b/.github/workflows/build_freebsd.yml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + lfs: true - name: Provision VM uses: hummeltech/freebsd-vagrant-action@v4 diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 9623e16..507ed45 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Generate build system run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_ENABLE_TESTS=ON diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 71f185a..43d7bc5 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -26,6 +26,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Generate build system run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="" -DLIBCPUID_ENABLE_TESTS=ON diff --git a/.github/workflows/build_netbsd.yml b/.github/workflows/build_netbsd.yml index 4f6b751..6bfe8aa 100644 --- a/.github/workflows/build_netbsd.yml +++ b/.github/workflows/build_netbsd.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + lfs: true - name: Provision VM uses: hummeltech/netbsd-vagrant-action@v4 diff --git a/.github/workflows/build_openbsd.yml b/.github/workflows/build_openbsd.yml index 3bf1fee..75ec72e 100644 --- a/.github/workflows/build_openbsd.yml +++ b/.github/workflows/build_openbsd.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + lfs: true - name: Provision VM uses: hummeltech/openbsd-vagrant-action@v4 diff --git a/tests/amd/bulldozer/amd-opteron-processor-6376-quad.test.xz b/tests/amd/bulldozer/amd-opteron-processor-6376-quad.test.xz index 529e736..526425f 100644 Binary files a/tests/amd/bulldozer/amd-opteron-processor-6376-quad.test.xz and b/tests/amd/bulldozer/amd-opteron-processor-6376-quad.test.xz differ diff --git a/tests/amd/zen+/amd-ryzen-threadripper-2990wx-32-core-processor.test.xz b/tests/amd/zen+/amd-ryzen-threadripper-2990wx-32-core-processor.test.xz index f8bc6b9..cb89179 100644 Binary files a/tests/amd/zen+/amd-ryzen-threadripper-2990wx-32-core-processor.test.xz and b/tests/amd/zen+/amd-ryzen-threadripper-2990wx-32-core-processor.test.xz differ diff --git a/tests/amd/zen/amd-epyc-7401p-24-core-processor-dual.test.xz b/tests/amd/zen/amd-epyc-7401p-24-core-processor-dual.test.xz index 25220b5..193b9bd 100644 Binary files a/tests/amd/zen/amd-epyc-7401p-24-core-processor-dual.test.xz and b/tests/amd/zen/amd-epyc-7401p-24-core-processor-dual.test.xz differ diff --git a/tests/amd/zen/amd-epyc-7551p-32-core-processor.test.xz b/tests/amd/zen/amd-epyc-7551p-32-core-processor.test.xz index 61b850a..493f5df 100644 Binary files a/tests/amd/zen/amd-epyc-7551p-32-core-processor.test.xz and b/tests/amd/zen/amd-epyc-7551p-32-core-processor.test.xz differ diff --git a/tests/amd/zen2/amd-epyc-7402p-24-core-processor.test.xz b/tests/amd/zen2/amd-epyc-7402p-24-core-processor.test.xz index 3cf29f6..909d6d0 100644 Binary files a/tests/amd/zen2/amd-epyc-7402p-24-core-processor.test.xz and b/tests/amd/zen2/amd-epyc-7402p-24-core-processor.test.xz differ diff --git a/tests/amd/zen2/amd-epyc-7742-64-core-processor-dual.test.xz b/tests/amd/zen2/amd-epyc-7742-64-core-processor-dual.test.xz index 53a28a0..7d920e2 100644 Binary files a/tests/amd/zen2/amd-epyc-7742-64-core-processor-dual.test.xz and b/tests/amd/zen2/amd-epyc-7742-64-core-processor-dual.test.xz differ diff --git a/tests/amd/zen2/amd-ryzen-threadripper-3960x-24-core-processor.test.xz b/tests/amd/zen2/amd-ryzen-threadripper-3960x-24-core-processor.test.xz index 677c7bf..ae259e6 100644 Binary files a/tests/amd/zen2/amd-ryzen-threadripper-3960x-24-core-processor.test.xz and b/tests/amd/zen2/amd-ryzen-threadripper-3960x-24-core-processor.test.xz differ diff --git a/tests/amd/zen2/amd-ryzen-threadripper-3970x-32-core-processor.test.xz b/tests/amd/zen2/amd-ryzen-threadripper-3970x-32-core-processor.test.xz index 639d735..e21b67c 100644 Binary files a/tests/amd/zen2/amd-ryzen-threadripper-3970x-32-core-processor.test.xz and b/tests/amd/zen2/amd-ryzen-threadripper-3970x-32-core-processor.test.xz differ diff --git a/tests/amd/zen2/amd-ryzen-threadripper-pro-3975wx-32-cores.test.xz b/tests/amd/zen2/amd-ryzen-threadripper-pro-3975wx-32-cores.test.xz index 7d2c24d..2530990 100644 Binary files a/tests/amd/zen2/amd-ryzen-threadripper-pro-3975wx-32-cores.test.xz and b/tests/amd/zen2/amd-ryzen-threadripper-pro-3975wx-32-cores.test.xz differ diff --git a/tests/amd/zen3/amd-epyc-7713-64-core-processor.test.xz b/tests/amd/zen3/amd-epyc-7713-64-core-processor.test.xz index 9281155..b48a692 100644 Binary files a/tests/amd/zen3/amd-epyc-7713-64-core-processor.test.xz and b/tests/amd/zen3/amd-epyc-7713-64-core-processor.test.xz differ diff --git a/tests/amd/zen3/amd-epyc-7763-64-core-processor-dual.test.xz b/tests/amd/zen3/amd-epyc-7763-64-core-processor-dual.test.xz index b514aa4..145b3ce 100644 Binary files a/tests/amd/zen3/amd-epyc-7763-64-core-processor-dual.test.xz and b/tests/amd/zen3/amd-epyc-7763-64-core-processor-dual.test.xz differ diff --git a/tests/amd/zen4/amd-epyc-9124-16-core-processor.test.xz b/tests/amd/zen4/amd-epyc-9124-16-core-processor.test.xz index 439c51a..41cdfb4 100644 Binary files a/tests/amd/zen4/amd-epyc-9124-16-core-processor.test.xz and b/tests/amd/zen4/amd-epyc-9124-16-core-processor.test.xz differ diff --git a/tests/amd/zen4/amd-epyc-9654-96-core-processor-dual.test.xz b/tests/amd/zen4/amd-epyc-9654-96-core-processor-dual.test.xz index e1ad5e2..aa40462 100644 Binary files a/tests/amd/zen4/amd-epyc-9654-96-core-processor-dual.test.xz and b/tests/amd/zen4/amd-epyc-9654-96-core-processor-dual.test.xz differ diff --git a/tests/amd/zen4/amd-ryzen-9-7950x-16-core-processor.test.xz b/tests/amd/zen4/amd-ryzen-9-7950x-16-core-processor.test.xz index 258748e..10626cb 100644 Binary files a/tests/amd/zen4/amd-ryzen-9-7950x-16-core-processor.test.xz and b/tests/amd/zen4/amd-ryzen-9-7950x-16-core-processor.test.xz differ diff --git a/tests/amd/zen4/amd-ryzen-9-7950x3d-16-core-processor.test.xz b/tests/amd/zen4/amd-ryzen-9-7950x3d-16-core-processor.test.xz index 0cea6be..b05b275 100644 Binary files a/tests/amd/zen4/amd-ryzen-9-7950x3d-16-core-processor.test.xz and b/tests/amd/zen4/amd-ryzen-9-7950x3d-16-core-processor.test.xz differ diff --git a/tests/amd/zen4/amd-ryzen-threadripper-7960x-24-cores.test.xz b/tests/amd/zen4/amd-ryzen-threadripper-7960x-24-cores.test.xz index bdcaa25..7dee975 100644 Binary files a/tests/amd/zen4/amd-ryzen-threadripper-7960x-24-cores.test.xz and b/tests/amd/zen4/amd-ryzen-threadripper-7960x-24-cores.test.xz differ diff --git a/tests/amd/zen4/amd-ryzen-threadripper-pro-7975wx-32-cores.test.xz b/tests/amd/zen4/amd-ryzen-threadripper-pro-7975wx-32-cores.test.xz index accecdb..20ef5f5 100644 Binary files a/tests/amd/zen4/amd-ryzen-threadripper-pro-7975wx-32-cores.test.xz and b/tests/amd/zen4/amd-ryzen-threadripper-pro-7975wx-32-cores.test.xz differ diff --git a/tests/amd/zen4/amd-ryzen-threadripper-pro-7995wx-96-cores.test.xz b/tests/amd/zen4/amd-ryzen-threadripper-pro-7995wx-96-cores.test.xz index ced7745..6b97b5d 100644 Binary files a/tests/amd/zen4/amd-ryzen-threadripper-pro-7995wx-96-cores.test.xz and b/tests/amd/zen4/amd-ryzen-threadripper-pro-7995wx-96-cores.test.xz differ diff --git a/tests/amd/zen5/amd-epyc-9655-96-core-processor.test.xz b/tests/amd/zen5/amd-epyc-9655-96-core-processor.test.xz index c448487..826a0c0 100644 Binary files a/tests/amd/zen5/amd-epyc-9655-96-core-processor.test.xz and b/tests/amd/zen5/amd-epyc-9655-96-core-processor.test.xz differ diff --git a/tests/amd/zen5/amd-epyc-9965-192-core-processor-dual.test.xz b/tests/amd/zen5/amd-epyc-9965-192-core-processor-dual.test.xz index b8acd0f..ff3b3e1 100644 Binary files a/tests/amd/zen5/amd-epyc-9965-192-core-processor-dual.test.xz and b/tests/amd/zen5/amd-epyc-9965-192-core-processor-dual.test.xz differ diff --git a/tests/amd/zen5/amd-ryzen-9-9950x3d-16-core-processor.test.xz b/tests/amd/zen5/amd-ryzen-9-9950x3d-16-core-processor.test.xz index 96146a3..05e53b7 100644 Binary files a/tests/amd/zen5/amd-ryzen-9-9950x3d-16-core-processor.test.xz and b/tests/amd/zen5/amd-ryzen-9-9950x3d-16-core-processor.test.xz differ diff --git a/tests/amd/zen5/amd-ryzen-ai-max+-395-with-radeon-8060s.test.xz b/tests/amd/zen5/amd-ryzen-ai-max+-395-with-radeon-8060s.test.xz index 77ff356..da564fe 100644 Binary files a/tests/amd/zen5/amd-ryzen-ai-max+-395-with-radeon-8060s.test.xz and b/tests/amd/zen5/amd-ryzen-ai-max+-395-with-radeon-8060s.test.xz differ diff --git a/tests/intel/x86-64/core/intel-xeon-cpu-e3110.test.xz b/tests/intel/x86-64/core/intel-xeon-cpu-e3110.test.xz index f6d3f66..5892932 100644 Binary files a/tests/intel/x86-64/core/intel-xeon-cpu-e3110.test.xz and b/tests/intel/x86-64/core/intel-xeon-cpu-e3110.test.xz differ diff --git a/tests/intel/x86-64/core/intel-xeon-cpu-e5335.test.xz b/tests/intel/x86-64/core/intel-xeon-cpu-e5335.test.xz index 7379052..a4799e2 100644 Binary files a/tests/intel/x86-64/core/intel-xeon-cpu-e5335.test.xz and b/tests/intel/x86-64/core/intel-xeon-cpu-e5335.test.xz differ diff --git a/tests/intel/x86-64/core/intel-xeon-cpu-e5420.test.xz b/tests/intel/x86-64/core/intel-xeon-cpu-e5420.test.xz index 4949f28..ef3a61e 100644 Binary files a/tests/intel/x86-64/core/intel-xeon-cpu-e5420.test.xz and b/tests/intel/x86-64/core/intel-xeon-cpu-e5420.test.xz differ diff --git a/tests/intel/x86-64/cypress-cove/intel-xeon-e-2356g-cpu.test.xz b/tests/intel/x86-64/cypress-cove/intel-xeon-e-2356g-cpu.test.xz index 1c3db69..153c94e 100644 Binary files a/tests/intel/x86-64/cypress-cove/intel-xeon-e-2356g-cpu.test.xz and b/tests/intel/x86-64/cypress-cove/intel-xeon-e-2356g-cpu.test.xz differ diff --git a/tests/intel/x86-64/golden-cove/intel-xeon-w7-2475x.test.xz b/tests/intel/x86-64/golden-cove/intel-xeon-w7-2475x.test.xz index ece22b1..01e7a25 100644 Binary files a/tests/intel/x86-64/golden-cove/intel-xeon-w7-2475x.test.xz and b/tests/intel/x86-64/golden-cove/intel-xeon-w7-2475x.test.xz differ diff --git a/tests/intel/x86-64/golden-cove/intel-xeon-w9-3475x.test.xz b/tests/intel/x86-64/golden-cove/intel-xeon-w9-3475x.test.xz index f6f8b5c..514215d 100644 Binary files a/tests/intel/x86-64/golden-cove/intel-xeon-w9-3475x.test.xz and b/tests/intel/x86-64/golden-cove/intel-xeon-w9-3475x.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1540.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1540.test.xz index 725060e..45ddd01 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1540.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1540.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1559.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1559.test.xz index 668d47a..31d9a24 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1559.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-d-1559.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1245-v3.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1245-v3.test.xz index 095a0ec..f610470 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1245-v3.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1245-v3.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1265l-v3.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1265l-v3.test.xz index 90e7cce..60edd26 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1265l-v3.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-e3-1265l-v3.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2660-v3-dual.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2660-v3-dual.test.xz index 8a44239..e245753 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2660-v3-dual.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2660-v3-dual.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2696-v4.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2696-v4.test.xz index f0da56f..8936d31 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2696-v4.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2696-v4.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2697-v4-dual.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2697-v4-dual.test.xz index 9c720e3..8c28f8c 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2697-v4-dual.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2697-v4-dual.test.xz differ diff --git a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2699-v3-dual.test.xz b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2699-v3-dual.test.xz index 522517a..8be6826 100644 Binary files a/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2699-v3-dual.test.xz and b/tests/intel/x86-64/haswell/intel-xeon-cpu-e5-2699-v3-dual.test.xz differ diff --git a/tests/intel/x86-64/nehalem/intel-xeon-cpu-e5520.test.xz b/tests/intel/x86-64/nehalem/intel-xeon-cpu-e5520.test.xz index 4ab4f2e..c0655b4 100644 Binary files a/tests/intel/x86-64/nehalem/intel-xeon-cpu-e5520.test.xz and b/tests/intel/x86-64/nehalem/intel-xeon-cpu-e5520.test.xz differ diff --git a/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3520.test.xz b/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3520.test.xz index 4a9291d..571f6cb 100644 Binary files a/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3520.test.xz and b/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3520.test.xz differ diff --git a/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3670.test.xz b/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3670.test.xz index 1e2e20a..aa6f1e8 100644 Binary files a/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3670.test.xz and b/tests/intel/x86-64/nehalem/intel-xeon-cpu-w3670.test.xz differ diff --git a/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5650.test.xz b/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5650.test.xz index 49e622b..1bc67b0 100644 Binary files a/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5650.test.xz and b/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5650.test.xz differ diff --git a/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5667.test.xz b/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5667.test.xz index 77a74c2..652308a 100644 Binary files a/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5667.test.xz and b/tests/intel/x86-64/nehalem/intel-xeon-cpu-x5667.test.xz differ diff --git a/tests/intel/x86-64/nehalem/intel-xeon-cpu-x7560-dual.test.xz b/tests/intel/x86-64/nehalem/intel-xeon-cpu-x7560-dual.test.xz index 5dc46dc..a836934 100644 Binary files a/tests/intel/x86-64/nehalem/intel-xeon-cpu-x7560-dual.test.xz and b/tests/intel/x86-64/nehalem/intel-xeon-cpu-x7560-dual.test.xz differ diff --git a/tests/intel/x86-64/raptor-cove/13th-gen-intel-core-i9-13900k.test.xz b/tests/intel/x86-64/raptor-cove/13th-gen-intel-core-i9-13900k.test.xz index 95f3146..3894286 100644 Binary files a/tests/intel/x86-64/raptor-cove/13th-gen-intel-core-i9-13900k.test.xz and b/tests/intel/x86-64/raptor-cove/13th-gen-intel-core-i9-13900k.test.xz differ diff --git a/tests/intel/x86-64/raptor-cove/intel-xeon-gold-5520+.test.xz b/tests/intel/x86-64/raptor-cove/intel-xeon-gold-5520+.test.xz index 17bd39c..80f0a79 100644 Binary files a/tests/intel/x86-64/raptor-cove/intel-xeon-gold-5520+.test.xz and b/tests/intel/x86-64/raptor-cove/intel-xeon-gold-5520+.test.xz differ diff --git a/tests/intel/x86-64/raptor-cove/intel-xeon-platinum-8570.test.xz b/tests/intel/x86-64/raptor-cove/intel-xeon-platinum-8570.test.xz index fa57377..ecd4404 100644 Binary files a/tests/intel/x86-64/raptor-cove/intel-xeon-platinum-8570.test.xz and b/tests/intel/x86-64/raptor-cove/intel-xeon-platinum-8570.test.xz differ diff --git a/tests/intel/x86-64/raptor-cove/intel-xeon-silver-4514y.test.xz b/tests/intel/x86-64/raptor-cove/intel-xeon-silver-4514y.test.xz index 6dc057f..86ecedf 100644 Binary files a/tests/intel/x86-64/raptor-cove/intel-xeon-silver-4514y.test.xz and b/tests/intel/x86-64/raptor-cove/intel-xeon-silver-4514y.test.xz differ diff --git a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e3-1230-v2.test.xz b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e3-1230-v2.test.xz index d879439..3b1c4ac 100644 Binary files a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e3-1230-v2.test.xz and b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e3-1230-v2.test.xz differ diff --git a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e31275.test.xz b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e31275.test.xz index 8d8552b..d943d6f 100644 Binary files a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e31275.test.xz and b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e31275.test.xz differ diff --git a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2687w-0.test.xz b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2687w-0.test.xz index 4e64586..a17d442 100644 Binary files a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2687w-0.test.xz and b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2687w-0.test.xz differ diff --git a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2697-v2.test.xz b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2697-v2.test.xz index 95ea855..15627ce 100644 Binary files a/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2697-v2.test.xz and b/tests/intel/x86-64/sandy-bridge/intel-xeon-cpu-e5-2697-v2.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-cpu.test.xz index 34b1957..e27f613 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-dual-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-dual-cpu.test.xz index 34b1957..e27f613 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-dual-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-bronze-3104-dual-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-d-2183it-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-d-2183it-cpu.test.xz index 8618f5d..cf56ece 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-d-2183it-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-d-2183it-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-e-2226g-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-e-2226g-cpu.test.xz index b4ed6f7..4b961c5 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-e-2226g-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-e-2226g-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-5215-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-5215-cpu.test.xz index af895f4..56168b0 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-5215-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-5215-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-5218-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-5218-cpu.test.xz index f70edbd..4407e73 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-5218-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-5218-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-6130-cpu-dual.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-6130-cpu-dual.test.xz index be527c8..5811b3d 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-6130-cpu-dual.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-6130-cpu-dual.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu-dual.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu-dual.test.xz index 1456d74..57acaa4 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu-dual.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu-dual.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu.test.xz index 1f09091..315aaa1 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-6154-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-6212u-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-6212u-cpu.test.xz index e0bf94f..89fdc78 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-6212u-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-6212u-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-gold-6226r-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-gold-6226r-cpu.test.xz index b2f6c62..4838125 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-gold-6226r-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-gold-6226r-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-platinum-8160-cpu-dual.test.xz b/tests/intel/x86-64/skylake/intel-xeon-platinum-8160-cpu-dual.test.xz index 0071d32..152bbb6 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-platinum-8160-cpu-dual.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-platinum-8160-cpu-dual.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-platinum-8180-cpu-dual.test.xz b/tests/intel/x86-64/skylake/intel-xeon-platinum-8180-cpu-dual.test.xz index e0b1131..5433f97 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-platinum-8180-cpu-dual.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-platinum-8180-cpu-dual.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-platinum-8280-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-platinum-8280-cpu.test.xz index f712356..80d8c6e 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-platinum-8280-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-platinum-8280-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-silver-4108-cpu-dual.test.xz b/tests/intel/x86-64/skylake/intel-xeon-silver-4108-cpu-dual.test.xz index e3a3f96..57fc076 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-silver-4108-cpu-dual.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-silver-4108-cpu-dual.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-silver-4214-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-silver-4214-cpu.test.xz index 2222e20..e887382 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-silver-4214-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-silver-4214-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-w-1290p-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-w-1290p-cpu.test.xz index 34ff26b..68cfd5e 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-w-1290p-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-w-1290p-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-w-2155-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-w-2155-cpu.test.xz index 8b10247..6d5a6a6 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-w-2155-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-w-2155-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-w-3175x-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-w-3175x-cpu.test.xz index 8e3cb64..70c69eb 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-w-3175x-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-w-3175x-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/intel-xeon-w-3275-cpu.test.xz b/tests/intel/x86-64/skylake/intel-xeon-w-3275-cpu.test.xz index 6daa299..20447b8 100644 Binary files a/tests/intel/x86-64/skylake/intel-xeon-w-3275-cpu.test.xz and b/tests/intel/x86-64/skylake/intel-xeon-w-3275-cpu.test.xz differ diff --git a/tests/intel/x86-64/skylake/montage-jintide-c2460-1.test.xz b/tests/intel/x86-64/skylake/montage-jintide-c2460-1.test.xz index 1e86eb6..b1f59d0 100644 Binary files a/tests/intel/x86-64/skylake/montage-jintide-c2460-1.test.xz and b/tests/intel/x86-64/skylake/montage-jintide-c2460-1.test.xz differ diff --git a/tests/intel/x86-64/sunny-cove/intel-xeon-d-1718t-cpu.test.xz b/tests/intel/x86-64/sunny-cove/intel-xeon-d-1718t-cpu.test.xz index 7ded606..02b131b 100644 Binary files a/tests/intel/x86-64/sunny-cove/intel-xeon-d-1718t-cpu.test.xz and b/tests/intel/x86-64/sunny-cove/intel-xeon-d-1718t-cpu.test.xz differ diff --git a/tests/intel/x86-64/sunny-cove/intel-xeon-gold-6330-cpu.test.xz b/tests/intel/x86-64/sunny-cove/intel-xeon-gold-6330-cpu.test.xz index 81f93e9..5bb6682 100644 Binary files a/tests/intel/x86-64/sunny-cove/intel-xeon-gold-6330-cpu.test.xz and b/tests/intel/x86-64/sunny-cove/intel-xeon-gold-6330-cpu.test.xz differ diff --git a/tests/intel/x86-64/sunny-cove/intel-xeon-platinum-8351n-cpu.test.xz b/tests/intel/x86-64/sunny-cove/intel-xeon-platinum-8351n-cpu.test.xz index 2e93e17..61cd749 100644 Binary files a/tests/intel/x86-64/sunny-cove/intel-xeon-platinum-8351n-cpu.test.xz and b/tests/intel/x86-64/sunny-cove/intel-xeon-platinum-8351n-cpu.test.xz differ