-
Notifications
You must be signed in to change notification settings - Fork 397
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
x86: Add disableAVX2/512 options and check XCR0 for OS support #7510
Conversation
jenkins build all |
I suspect this change will fix eclipse-openj9/openj9#19408 on windows server 2012. |
1e9014f
to
0af240b
Compare
Jenkins build all |
Builds don't run on draft PRs. I will undraft, but please don't merge until I can test on different system configurations. |
Added WIP to the title. |
Jenkins build all |
I found an issue with TR_DisableAVX in openJ9 without this PR. I am investigating. |
09f2f51
to
034b44b
Compare
Signed-off-by: Bradley Wood <[email protected]>
034b44b
to
71e79b2
Compare
jenkins build all |
@0xdaryl Can you take another review of this PR. I expect it will fix eclipse-openj9/openj9#19408 and customer issue. Would be nice to get those fixed for 0.49, if possible. |
Signed-off-by: Bradley Wood <[email protected]>
71e79b2
to
aac0321
Compare
This PR shouldn't break J9. However, J9 doesn't respect when OMR disables features. eclipse-openj9/openj9#20691 will be required to use any of these options. |
jenkins build all |
@BradleyWood : in case it wasn't apparent, while you were away this PR was reverted because of Windows compile failures. The issue was with the undefined |
No description provided.