-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[NO REVIEW] Update the CPUID and XSAVE logics for APX #103019
Closed
Closed
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f27618f - Browse repository at this point
Copy the full SHA f27618fView commit details -
Update XSAVE logics in vm and GC to accomadate APX updates
Update the asm code in context2.S hard coded the memory offset with an assumption that we are using standrad form Seems the logic in context2.S is for custom stack, we may not need to follow the standard XSAVE buffer layout. Directly adding the APX section after AVX512. Updates in threadsuspend.cpp script-gen changes Extending CPUID flag from int to long to hold more ISAs. Update the cpuid check logic, make sure CR4.OSXSAVE and XCR0.APX_F are checked. resolve comments improve the logics in isa_detection in gc. add missing method definitions under unix context. code clean up
Configuration menu - View commit details
-
Copy full SHA for c7db95c - Browse repository at this point
Copy the full SHA c7db95cView commit details -
1. revert the int-to-long changes
2. merge Avx512F, BW, CD, DQ to a converged ISA flag, Avx512. 3. introduce APX cpuid detection.
Configuration menu - View commit details
-
Copy full SHA for 38c5366 - Browse repository at this point
Copy the full SHA 38c5366View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb7a01 - Browse repository at this point
Copy the full SHA ffb7a01View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1923060 - Browse repository at this point
Copy the full SHA 1923060View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22937f - Browse repository at this point
Copy the full SHA a22937fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7878d - Browse repository at this point
Copy the full SHA 8c7878dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfa139 - Browse repository at this point
Copy the full SHA ddfa139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2f79a - Browse repository at this point
Copy the full SHA 8e2f79aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb6644 - Browse repository at this point
Copy the full SHA 2eb6644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9877981 - Browse repository at this point
Copy the full SHA 9877981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37bc8a0 - Browse repository at this point
Copy the full SHA 37bc8a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7bae6 - Browse repository at this point
Copy the full SHA ff7bae6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.