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

Optimization for power #84

Closed
ghatwala opened this issue Nov 1, 2018 · 2 comments
Closed

Optimization for power #84

ghatwala opened this issue Nov 1, 2018 · 2 comments

Comments

@ghatwala
Copy link

ghatwala commented Nov 1, 2018

Hi @klauspost ,

I have been trying to understand the process for creating optimized go code for power(ppc64le) in here "https://github.com/klauspost/reedsolomon" similar to the optimization done for amd(galois_amd64.go) and arm(galois_arm64.go).

My understanding is below for example on "amd64"
The routines that have been optimized for amd64 and are present in " galois_amd64.go" in klauspost repo.
o galMulSlice
o galMulSliceXor
o sliceXor
The un-optimized implementation of the above routines is in "galois_noasm.go " and this would be the one that is getting invoked for Power currently. ?

To implement the equivalent power assembly - which intel equivalent needs to be considered - AVX2 or SSSE3 ?

@fwessels
Copy link
Contributor

This has been fixed with #88

@klauspost
Copy link
Owner

Indeed!

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

3 participants