Skip to content
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

⚠️ Rename CPU ISA configuration generics #1041

Merged
merged 5 commits into from
Sep 29, 2024
Merged

Conversation

stnolting
Copy link
Owner

Rename CPU_EXTENSION_* -> RISCV_ISA_*.

The new naming scheme is shorter and t makes it clearer that it is related to instruction set extension (and not another CPU options such as tuning options).

I'm sorry that this will break some existing implementations/configurations. But nothing that a grep couldn't solve. 😉

@stnolting stnolting added the cleanup Clean-up the codebase label Sep 29, 2024
@stnolting stnolting self-assigned this Sep 29, 2024
@stnolting stnolting marked this pull request as ready for review September 29, 2024 11:56
@stnolting stnolting merged commit 7e24fce into main Sep 29, 2024
10 checks passed
@stnolting stnolting deleted the cpu_isa_generics branch September 29, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Clean-up the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant