Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x86spec: fix header parsing #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2023

  1. x86spec: fix header parsing

    The existing implementation of the Intel x86 doc parser matches headers
    by just trimming spaces. However, there are cases, when a header string
    takes several lines, which breaks current switch case matching, e.g.
    during the parsing of AMX operations. This commit fixes it by replacing
    \n with a whitespace in a header string.
    
    For: #61079
    anton-kuklin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0d9feca View commit details
    Browse the repository at this point in the history
  2. added latest x86 csv

    anton-kuklin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1f785a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    e97199f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f9014 View commit details
    Browse the repository at this point in the history