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

Providing migration guide from Avx to Neon for Golang #22

Open
yingfeng opened this issue Apr 14, 2021 · 0 comments
Open

Providing migration guide from Avx to Neon for Golang #22

yingfeng opened this issue Apr 14, 2021 · 0 comments

Comments

@yingfeng
Copy link

Using SIMD in Golang is pretty difficult, since it requires to be translated into Golang assembling(Plan9 format), therefore, such tools as avo is very useful to alleviate the burden from write assembling manually. However, avo could only support x86 SIMD, could similar works be done on such project such that using Neon in Golang could be convenient enough ? Thank you~

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