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

[librpcpu] Improve ifunc dispatch functions #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ccawley2011
Copy link
Contributor

There are now separate *_HAS_IFUNC defines for each component that uses SIMD optimizations, similarly to the *_HAS_SSE* defines. This ensures that ifunc is only used when a given component has SIMD optimizations for the target architecture, and allows SIMD optimizations for a given architecture to be added for some functions, but not others.

This replaces PR #139.

@ccawley2011 ccawley2011 force-pushed the ifunc-non-intel branch 2 times, most recently from 728a3ce to 0bb4fae Compare April 10, 2020 22: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