Skip to content

Test for more avx512 functions #118

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

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

daviesrob
Copy link
Member

Some compiler installations (notably xcode for MacOS El Capitan) are missing some of the avx512f intrinsics. As these were not specifically checked for in configure, it enabled avx512 but builds failed due to the missing symbols. Fix by adding some extra lines to the avx512f configure test so it can turn avx512 off on these platforms.

Part of fix for samtools/htslib#1773

Some compiler installations (notably xcode for MacOS El Capitan)
are missing some of the avx512f intrinsics.  As these were not
specifically checked for in configure, it enabled avx512 but
builds failed due to the missing symbols.  Fix by adding some
extra lines to the avx512f configure test so it can turn avx512
off on these platforms.
@jkbonfield jkbonfield merged commit 998699d into samtools:master May 13, 2024
6 checks passed
@daviesrob daviesrob deleted the avx512-tests branch May 13, 2024 16:36
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