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

simd.h: More support for ARM NEON #2614

Merged
merged 1 commit into from
Jun 27, 2020

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jun 26, 2020

I was browsing some NEON docs and took the opportunity to fill in
implementations of a few more simd methods.

I don't have a way to directly test this myself, but hopefully
simd_test.cpp has enough unit tests to uncover if I've used the wrong
intrinsics for any of this.

I'm hoping that soon GitHub will add a way to run CI jobs on ARM CPUs
for Mac, if nothing else, so we'll have a way to verify this
architecture.

Signed-off-by: Larry Gritz lg@larrygritz.com

Was browsing some NEON docs and took the opportunity to fill in
implementations of a few more simd methods.

I don't have a way to directly test this myself, but hopefully
simd_test.cpp has enough unit tests to uncover if I've used the wrong
intrinsics for any of this.

I'm hoping that soon GitHub will add a way to run CI jobs on ARM CPUs
for Mac, if nothing else, so we'll have a way to verify this
architecture.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz lgritz merged commit ea2a846 into AcademySoftwareFoundation:master Jun 27, 2020
@lgritz lgritz deleted the lg-neon branch June 28, 2020 01:59
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