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

Preventing attempts to use SSE instruction when not supported #55

Merged
merged 14 commits into from
Jun 8, 2024

Conversation

andrewdavidsmith
Copy link
Contributor

This should help the code to build on a broader set of macOS versions. It requires a preprocessor guard around the _mm_prefetch instruction and in the GitHub workflow to test builds on macOS, if macos-14 is used, then the linker options need to include -ld_classic.

@andrewdavidsmith andrewdavidsmith merged commit 650a0d4 into master Jun 8, 2024
3 checks passed
@andrewdavidsmith andrewdavidsmith deleted the andrewdavidsmith-patch-1 branch June 8, 2024 02:03
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.

None yet

1 participant