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

GitHub Actions Support for Building arm64 #26

Merged
merged 5 commits into from
Oct 5, 2024

Conversation

mscottford
Copy link
Contributor

This work is based on #25.

airtaxi and others added 3 commits July 1, 2024 17:30
WITH_CAROTENE=ON won't work with ARM64
Co-authored-by: M. Scott Ford <[email protected]>
@mscottford mscottford force-pushed the arm64-support-improvements branch 12 times, most recently from 66f14c7 to 2e4a090 Compare July 17, 2024 21:15
Comment on lines +40 to +42
- name: Install NASM to support SIMD optimizations
uses: ilammy/setup-nasm@v1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to call attention to this change, because I made it in response to a warning message that I saw while debugging. It said that SIMD wasn't being enabled because NASM wasn't found, and that "performance will suffer".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might make sense to move that to a different PR.

@shimat shimat merged commit 0caaff1 into shimat:main Oct 5, 2024
3 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.

3 participants