-
Notifications
You must be signed in to change notification settings - Fork 39
Add SpacemiT X60 to the list of RISC-V microarchitectures #143
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
base: master
Are you sure you want to change the base?
Conversation
cpu/microarchitectures.json
Outdated
| "compilers": { | ||
| "gcc": [ | ||
| { | ||
| "versions": "15.2:", |
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.
Why gcc 15.2? Works for me also with gcc 14 (haven't tested previous versions)
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.
You are right, it also works with gcc 14. I tested with gcc 13.3 and it does not.
cpu/microarchitectures.json
Outdated
| ], | ||
| "clang": [ | ||
| { | ||
| "versions": "22.0:", |
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.
Clang 22? 🔮
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.
Typo. I substituted by the correct 21.0 (do not know at this point if it works with older versions)
alalazo
left a comment
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.
Can you also provide a sample of /proc/cpuinfo? You'll find them in tests/targets
Done! |
No description provided.