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

Generate tables from df_dm #7

Open
rountree opened this issue Feb 10, 2024 · 0 comments
Open

Generate tables from df_dm #7

rountree opened this issue Feb 10, 2024 · 0 comments

Comments

@rountree
Copy link
Collaborator

The manual approach to generating cross-references survives in util/mapping.h.

std::vector<std::string> df_dm is a list of df_dms with their associated tables.

std::vector<std::string> tables is a list of tables with their associated df_dms.

Trying to update both when a new version of the Intel manual drops is proving to be excessively error-prone. Use one to generate the other. (The former is easier to read on the screen, the latter might be easier to update as new architectures are added.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant