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 / AVX2 / AVX512 support #177

Open
delthas opened this issue Feb 12, 2023 · 1 comment
Open

AVX / AVX2 / AVX512 support #177

delthas opened this issue Feb 12, 2023 · 1 comment
Assignees

Comments

@delthas
Copy link

delthas commented Feb 12, 2023

pev does not seem to support AVX (for example, vmovaps using ymm registers are listed as invalid).

It seems pev uses libudis86, which itself does not support AVX either.

Since this is a limitation in libudis86 it's unlikely pev will get support for this, but I'm opening the issue to make it easier for future users to know about this.

@merces merces self-assigned this Feb 12, 2023
@merces
Copy link
Collaborator

merces commented Feb 12, 2023

Hi @delthas. Good catch. Actually, I had planned to remove disassembling capabilities from pev as there are other software that do a much better job on that. Will leave this issue here until we decide though. Thanks!

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

No branches or pull requests

3 participants