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

Limited SSE multi-scalar operations to only x86_64 platform #189

Merged
merged 3 commits into from
Mar 9, 2025

Conversation

aperfilev
Copy link
Contributor

Justification:

  • Currently sse.d is only platform/compileer dependent util class. It makes it code breaker for arm64 platform - because sse assembler operations are only exist on x86_x64 CPUs.

Changes:

  • Limited sse operations only for x86_64 architectures.

After that dlib should be compilable on GNU GDC compiler on Arm64, Aarch64 platforms. This could help migrate dlib on mobile architectures.

@aperfilev
Copy link
Contributor Author

@gecko0307 Please review this PR. Let me know if you have any questions

@gecko0307 gecko0307 merged commit 3cdc7d6 into gecko0307:master Mar 9, 2025
4 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.

2 participants