-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use ARRAY_ABS_BOUNDS(...) where possible #379
Labels
Comments
mkannwischer
added a commit
that referenced
this issue
Nov 12, 2024
#371 introduced a new macro ARRAY_ABS_BOUND for bounds that are centered around zero. This commit makes use of that macro everywhere. Resolves #379 Signed-off-by: Matthias J. Kannwischer <[email protected]>
mkannwischer
added a commit
that referenced
this issue
Nov 12, 2024
#371 introduced a new macro ARRAY_ABS_BOUND for bounds that are centered around zero. This commit makes use of that macro everywhere. Resolves #379 Signed-off-by: Matthias J. Kannwischer <[email protected]>
mkannwischer
added a commit
that referenced
this issue
Nov 12, 2024
#371 introduced a new macro ARRAY_ABS_BOUND for bounds that are centered around zero. This commit makes use of that macro everywhere. Resolves #379 Signed-off-by: Matthias J. Kannwischer <[email protected]>
mkannwischer
added a commit
that referenced
this issue
Nov 12, 2024
#371 introduced a new macro ARRAY_ABS_BOUND for bounds that are centered around zero. This commit makes use of that macro everywhere. Resolves #379 Signed-off-by: Matthias J. Kannwischer <[email protected]>
hanno-becker
pushed a commit
that referenced
this issue
Nov 12, 2024
#371 introduced a new macro ARRAY_ABS_BOUND for bounds that are centered around zero. This commit makes use of that macro everywhere. Resolves #379 Signed-off-by: Matthias J. Kannwischer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#371 introduces
ARRAY_ABS_BOUNDS
for absolute array bounds, which should be applicable in most places that currently useARRAY_IN_BOUNDS
. Find and replace those instances.The text was updated successfully, but these errors were encountered: