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

byteswap: Disable IFUNC on non-i386/amd64 systems #139

Closed
wants to merge 1 commit into from

Conversation

ccawley2011
Copy link
Contributor

No description provided.

@GerbilSoft
Copy link
Owner

GerbilSoft commented May 11, 2018

I'd think this would be better located in cpu-dispatch.h to disable IFUNC globally on non-x86 systems. (That is, don't define RP_HAS_IFUNC if the system isn't i386 or amd64.)

Alternatively, add implementations for e.g. ARM NEON. (I don't have any ARM desktop systems to test at the moment.)

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

2 participants