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

AVX-512 instructions are not recognized in Disassembly window #259

Closed
michal-z opened this issue Jun 6, 2024 · 4 comments
Closed

AVX-512 instructions are not recognized in Disassembly window #259

michal-z opened this issue Jun 6, 2024 · 4 comments
Labels
Bug A report of unintended or broken behavior. Duplicate A duplicate of another issue. Missing Support A request to support a currently unsupported case. Visualization A request for new debugger visualization features.

Comments

@michal-z
Copy link

michal-z commented Jun 6, 2024

Tested with 0.9.10 ALPHA.

@ryanfleury ryanfleury added Duplicate A duplicate of another issue. Visualization A request for new debugger visualization features. Missing Support A request to support a currently unsupported case. Bug A report of unintended or broken behavior. labels Jun 8, 2024
@ratchetfreak
Copy link

duplicate of #169

the disassembly library currently used doesn't support the newfangled x86 extensions.

@michal-z
Copy link
Author

michal-z commented Jun 12, 2024

This issue is about AVX-512. #169 is about older AVX/AVX2.

@ratchetfreak
Copy link

same issue though, the OP in the issue literally says

Quickly looking at the library, seems like there is no AVX-512 support either.

@ryanfleury
Copy link
Collaborator

Fixed as of ccf8504.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior. Duplicate A duplicate of another issue. Missing Support A request to support a currently unsupported case. Visualization A request for new debugger visualization features.
Projects
None yet
Development

No branches or pull requests

3 participants