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

neon support (ARM) #4

Open
nickdesaulniers opened this issue Nov 30, 2018 · 2 comments
Open

neon support (ARM) #4

nickdesaulniers opened this issue Nov 30, 2018 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@nickdesaulniers
Copy link

Neat project! A quick search didn't turn up anything for NEON (ARM's SIMD intrinsics). Would this be difficult to implement?

@lemire
Copy link
Collaborator

lemire commented Nov 30, 2018

I expect it is entirely doable.

@piotte13
Copy link
Owner

Hi Nick,

It is indeed a good idea!
In fact, it was planned to eventually support multiple architectures and compilers.
As for the do-ability, it should be relatively easy to implement once we support all of intel's SIMD commands since they are very similar.

I'll add this issue to our to-do list.

Thanks for your feedback!

@piotte13 piotte13 added this to To do in DEV via automation Nov 30, 2018
@piotte13 piotte13 added the enhancement New feature or request label Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
DEV
  
To do
Development

No branches or pull requests

3 participants