-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add support for ZHAOXIN CPU #218
Conversation
add support for ZHAOXIN CPU
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address @toor1245 comments as well.
support for microarchitecture ZhangJiang, WuDaoKou, LuJiaZui, YongFeng. Change define name to VendorID string.
Support for microarchitecture ZhangJiang, WuDaoKou, LuJiaZui and YongFeng. Change is_zx to is_zhaoxin. Combine the logic in GetX86CacheInfo. Change Define name to VendorID string.
Adjust format. add space before //.
@gchatelet @toor1245 @Mizux |
Separate CPU_FEATURES_VENDOR_CENTAUR_HAULS and CPU_FEATURES_VENDOR_SHANGHAI
@gchatelet, @Mizux, please review PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AnvilaWang please fix the cosmetic change l.122. Then it's good to go.
fix error code
fix AlignTrailingComments error
Hi, @gchatelet I don't think amd64 Windows /msvc (pull_request) error: " Configure: could not find any instance of Visual Studio." is my fault. Is it? |
No, my bad, we are using windows-latest github runner vm so they just migrate to VS 2022 so we should change our CMake Generator... So you can safely ignore it, I'll create an issue to track and fix it... |
@AnvilaWang, added fix #223, could you rebase? |
Add support for CPU of vendor ZHAOXIN