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

Fix builds on clang 16+ #96

Merged
merged 37 commits into from
Sep 13, 2024
Merged

Fix builds on clang 16+ #96

merged 37 commits into from
Sep 13, 2024

Conversation

DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
Note: this issue was originally flagged on freebsd (because it uses clang 16 in ci). so adding free bsd to ci here and also adding newer clangs and gcc's to the test matrix.

Underlying issue is that clang added validation in 16+ to fail on arrays of aligned types.
Switching from having an array of aligned type to aligning whole array to boundary like we do in other places.
Fixes the build and from my testing on C7i.4xlarge, there is no perf difference (or it might be too slow to get lost in the noise).
Not an assembly expert, but on gcc 11 this seems to produce similar assembly

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

bin/benchmark/main.c Show resolved Hide resolved
@DmitriyMusatkin DmitriyMusatkin merged commit ce04ab0 into main Sep 13, 2024
52 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the freebsd branch September 13, 2024 18:19
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