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

Merging SIMD parts #263

Open
wants to merge 77 commits into
base: eh/rework_simd
Choose a base branch
from
Open

Merging SIMD parts #263

wants to merge 77 commits into from

Conversation

lamphamsy
Copy link
Contributor

@lamphamsy lamphamsy commented Oct 31, 2018

It merges SIMD parts together.

It waits for

1. Essential operations

- simd_128.h contains essential wrappers of SIMD operations on SSE
- simd_256.h contains essential wrappers of SIMD operations on AVX

2. Basic operations

- simd_basic.h contain basic operations used in following cases, and
also operations for RingModN

3. Vectorized operations

- simd_fnt.h contains vectorized operations dedicated for FNT
- simd_nf4.h contains vectorized operations dedicated for nf4
It implements basic operations that will be used everywhere.
It includes also operations for RingModN
@lamphamsy lamphamsy added the Standby It's waiting other works label Oct 31, 2018
@slaperche-scality
Copy link
Contributor

I think it's too early to merge things now.

I was developing my stuff inside a "simd" subdirectory to avoid conflict with the current SIMD implementation.
Since it's still a work in progress, I think we should keep them separate for now.

@lamphamsy lamphamsy force-pushed the eh/rework_simd branch 6 times, most recently from 29358aa to 9302df1 Compare December 2, 2018 05:02
@lamphamsy lamphamsy force-pushed the eh/rework_simd branch 4 times, most recently from ed7127e to 9c47e18 Compare December 20, 2018 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Standby It's waiting other works
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants