-
Notifications
You must be signed in to change notification settings - Fork 154
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
XED build with --knc is broken #78
Comments
You are correct! I'll take a look. |
I had disabled AVX512 when the KNC ISA was enabled because several instructions have identical encodings (in the VEX space) but different names. The problem here is that the CLWB and CLFLUSHOPT instructions were attached to the SKX chip (which has AVX512). I can omit these when building KNC. |
Thanks a lot! This fixes the original issue, but now I get:
Im trying to build XED on Windows. Got a similar error (but with different position and hex-byte) earlier with the Edit: |
unicode.... zounds! wonder where that came from... are you using python2 or python3? |
Im using python 3.6 and did not change any files. I even removed the This did not fix the 'utf-8' error in the first case, but now it "magically" disappeared 😆 |
So it sounds like it did fix the error? Let me know if you are still experiencing an issue. |
It's working for now. I'll further investigate and open a seperate issue for the error, if it comes back. Thanks! |
Hey there,
it seems like one of the latest changes broke the build with
--knc
switch.Not sure how to fix this.
The text was updated successfully, but these errors were encountered: