Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Use SIMD for Sum operations #31

Open
dhardy opened this issue Feb 24, 2016 · 0 comments
Open

Use SIMD for Sum operations #31

dhardy opened this issue Feb 24, 2016 · 0 comments

Comments

@dhardy
Copy link
Owner

dhardy commented Feb 24, 2016

src/detail/sum.rs could benefit from SIMD operations:

  • replace [u8; BYTES] with SIMD vectors
  • optimise permute / bitxor / eq operations
  • possibly also load, write, etc.

Code tag: #0031

@dhardy dhardy mentioned this issue Feb 24, 2016
12 tasks
@dhardy dhardy added this to the Bonus features milestone Apr 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant