Skip to content

Commit 96a614b

Browse files
sayantnAmanieu
authored andcommitted
Upgrade Intel SDE to v9.44
Re-enabled `assert_instr`
1 parent 919d277 commit 96a614b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
os: ubuntu-latest
117117
test_everything: true
118118
rustflags: --cfg stdarch_intel_sde
119-
disable_assert_instr: true
120119
- target: arm-unknown-linux-gnueabihf
121120
os: ubuntu-latest
122121
- target: armv7-unknown-linux-gnueabihf

ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
wget \
99
xz-utils
1010

11-
RUN wget https://downloadmirror.intel.com/813591/sde-external-9.33.0-2024-01-07-lin.tar.xz
12-
RUN tar -xJf sde-external-9.33.0-2024-01-07-lin.tar.xz
13-
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-9.33.0-2024-01-07-lin/sde64 \
11+
RUN wget https://downloadmirror.intel.com/831748/sde-external-9.44.0-2024-08-22-lin.tar.xz
12+
RUN tar -xJf sde-external-9.44.0-2024-08-22-lin.tar.xz
13+
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-9.44.0-2024-08-22-lin/sde64 \
1414
-cpuid-in /checkout/ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def \
1515
-rtm-mode full -tsx --"

ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
00000019 ******** => 00000000 00000005 00000000 00000000 #Key Locker
4545
0000001d 00000000 => 00000001 00000000 00000000 00000000 #AMX Tile
4646
0000001d 00000001 => 04002000 00080040 00000010 00000000 #AMX Palette1
47-
0000001e ******** => 00000000 00004010 00000000 00000000 #AMX Tmul
48-
00000024 ******** => 00000000 00070001 00000000 00000000 #AVX10
47+
0000001e 00000000 => 00000000 00004010 00000000 00000000 #AMX Tmul
48+
00000024 00000000 => 00000000 00070002 00000000 00000000 #AVX10
4949
80000000 ******** => 80000008 00000000 00000000 00000000
5050
80000001 ******** => 00000000 00000000 00200961 2c100000
5151
80000002 ******** => 00000000 00000000 00000000 00000000

0 commit comments

Comments
 (0)