Skip to content

Commit 15c1e34

Browse files
authored
Merge pull request #2080 from sayantn/sde-update
Update SDE to v10.8.0
2 parents 0086450 + 139f964 commit 15c1e34

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

library/stdarch/ci/docker/x86_64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1212
build-essential \
1313
lld
1414

15-
RUN wget http://ci-mirrors.rust-lang.org/stdarch/sde-external-10.5.0-2026-01-13-lin.tar.xz -O sde.tar.xz
15+
RUN wget http://ci-mirrors.rust-lang.org/sde-external-10.8.0-2026-03-15-lin.tar.xz -O sde.tar.xz
1616
RUN mkdir intel-sde
1717
RUN tar -xJf sde.tar.xz --strip-components=1 -C intel-sde
1818
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/intel-sde/sde64 \

library/stdarch/ci/docker/x86_64-unknown-linux-gnu/cpuid.def

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2025 Intel Corporation.
1+
# Copyright (C) 2017-2026 Intel Corporation.
22
#
33
# This software and the related documents are Intel copyrighted materials, and your
44
# use of them is governed by the express license under which they were provided to
@@ -23,8 +23,9 @@
2323
00000004 00000004 => 00000000 00000000 00000000 00000000
2424
00000005 ******** => 00000040 00000040 00000003 00042120 #MONITOR/MWAIT
2525
00000006 ******** => 00000077 00000002 00000001 00000000 #Thermal and Power
26-
00000007 00000000 => 00000001 f3bfbfbf bac05ffe 03d54130 #Extended Features
26+
00000007 00000000 => 00000002 f3bfbfbf bac05ffe 03d54130 #Extended Features
2727
00000007 00000001 => 98ee00bf 00000002 00000020 1d29cd3e
28+
00000007 00000002 => 00000000 00000000 00000000 00000010
2829
00000008 ******** => 00000000 00000000 00000000 00000000
2930
00000009 ******** => 00000000 00000000 00000000 00000000 #Direct Cache
3031
0000000a ******** => 07300403 00000000 00000000 00000603

0 commit comments

Comments
 (0)