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

Add support for core.simd, intel-intrinsics, or inlined assembly #4

Open
dd86k opened this issue Apr 9, 2022 · 0 comments
Open

Add support for core.simd, intel-intrinsics, or inlined assembly #4

dd86k opened this issue Apr 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dd86k
Copy link
Owner

dd86k commented Apr 9, 2022

Waiting on: #2

Options:

  1. core.simd -- Supported everywhere, I think.
  2. intel-intrinsics DUB package -- Somewhat supports all compilers.
  3. Inlined assembly -- If all fails, at least x86 users would benefit. But limited to AVX/AV2 and not SSE* at best (because DMD).

Versions: Blake2dUseSIMD or Blake2dUseIntrinsics (user will have to manually assign version)

@dd86k dd86k added the enhancement New feature or request label Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant