Skip to content

Commit d4d5020

Browse files
sdeadminmarjevan
andauthored
External Release v2024.11.04
The release updates XED according to Intel's latest ISA publications, as detailed in ISE054, ISE055 and AVX10.2-rev2.0. This version includes support for: - Intel Diamond Rapids (DMR) chip - Diamond Rapids AMX instructions - MOVRS and AVX10-MOVRS instructions - SM4 EVEX instructions - MSR-IMM instructions (including APX-promoted variants) - Encoding updates for various AVX10.2 instructions - Other updates across XED chip definitions General - Shared Library Build for Python: Introduces a unique XED shared library build, exposing all XED APIs via a shared library object. This enables the library to be loaded in Python environments, allowing interaction with XED using Python APIs. See the [examples in pyext/README.md](pyext/examples/README.md) for more details. (Closes #302) - Disassembler Enhancements: Adds support for emitting CS/DS ignored branch hint prefixes, configurable through the `xed_format_options_t` structure. - Updates minimum Python requirement from 3.8 to 3.9. - Improves Internal ISA definition APX files (See #338) Fixes - Resolves C11 build warnings with GCC (Fixes #332) - Improves length and error reporting for illegal instructions caused by a zeroed EVEX map (Resolves #334) Co-authored-by: Arjevani, Maor <[email protected]>
1 parent b86dd50 commit d4d5020

File tree

101 files changed

+8727
-1982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+8727
-1982
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2024.09.09
1+
v2024.11.04
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#BEGIN_LEGAL
2+
#
3+
#Copyright (c) 2024 Intel Corporation
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
#END_LEGAL
18+
19+
#XTYPE TYPE BITS-PER-ELEM
20+
4bf8 BFLOAT8 32
21+
4hf8 HFLOAT8 32
22+
23+

0 commit comments

Comments
 (0)