-
Notifications
You must be signed in to change notification settings - Fork 89
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
instructions: support REP prefix #99
Comments
#104 is a useful POC, thanks for the contribution @klauspost. I need to do some more research about how the Go assembler and opcode database handle these instructions, and it might also be useful to see how PeachPy represents them. Some initial thoughts on the PR #104 itself:
Anyway, I need to do some more digging before I can decide on the cleanest way to support this. |
From the Specifically: "Legacy string/streaming instructions (MOVS/SCAS/CMPS/STOS/LODS)"
|
Another argument in favor of switching to Intel's data files? |
I'm definitely going to have to bite the bullet on this at some point! #23 The |
I used |
@klauspost Is this issue also blocking you? |
@mmcloughlin No. I can work around this. Thanks for asking! |
After four years , avo still dose not support rep instruction. Here is a demo for some guys who are looking for how to use rep instruction with avo:
|
Updates mmcloughlin#99
Updates mmcloughlin#99
Updates mmcloughlin#99
Updates mmcloughlin#99
@klauspost has expressed interest in using the
REP
prefix string instructions.https://github.com/klauspost/compress/pull/186/files#diff-60d6e6209d2fc7873851f07b946a5dc7R685
Related #85
The text was updated successfully, but these errors were encountered: