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

[proposal] New macro __ARM_ACLE_VERSION to use with the new __ARM_ACLE macro definition #297

Closed
vhscampos opened this issue Jan 31, 2024 · 1 comment · Fixed by #302
Closed
Labels

Comments

@vhscampos
Copy link
Member

With the new proposed __ARM_ACLE macro definition, we should consider the creation of a new utility macro to use with it:

#define __ARM_ACLE_VERSION(year,quarter,patch) (year*100 + quarter*10 + patch)
#if __ARM_ACLE >= __ARM_ACLE_VERSION(2024, 1, 0 )
@vhscampos
Copy link
Member Author

vhscampos commented Jan 31, 2024

Related to #294

Suggested by @DanielKristofKiss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant