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

Doesn't compile on ARM #59

Open
CryptoManiac opened this issue Sep 17, 2024 · 0 comments
Open

Doesn't compile on ARM #59

CryptoManiac opened this issue Sep 17, 2024 · 0 comments

Comments

@CryptoManiac
Copy link

CryptoManiac commented Sep 17, 2024

Hello. I can see there is some of the x86 related stuff which is quite annoying to deal with:

  • -maes and -mmsse3 compiler flags
  • x86 specific intrinsics such as __builtin_ia32_aesenclast128, __builtin_ia32_pslldqi128 and whatever.

As the result, attempting to compile it on non-x86 platforms is a pointless endeavor as it is now. Perhaps, there should be a condition to only use them on supported platforms?

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

No branches or pull requests

1 participant