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

Add new AMX and other feature flags #1634

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

sandervdbosch
Copy link
Contributor

I added AMX and other feature flags that the compiler did not handle on my machine.
I did this following the pattern from #1482.
Since I am not sure if I added the flags correctly to the x86_features_add_feature function in target.c so I would recommend someone to look into that. Also I was unsure if I needed to add the flag to x86_initialize_cpu_features, so input on that part is also very welcome.

PS. Sorry for some seemingly unnecessary indentation changes, I was not aware my editor was messing with that.

@lerno
Copy link
Collaborator

lerno commented Nov 20, 2024

Eventually we want to make sure that all of these new flags are handled completely. Esp if we add new CPU baseline types, but for now this is fine. Thank you!

@lerno lerno merged commit 2788c4c into c3lang:master Nov 20, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants