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

512-bit types and AVX-512 support #119

Open
kytans opened this issue Nov 30, 2022 · 1 comment
Open

512-bit types and AVX-512 support #119

kytans opened this issue Nov 30, 2022 · 1 comment

Comments

@kytans
Copy link

kytans commented Nov 30, 2022

This crate seems to lack 512-bit types and AVX-512 support, which is becoming quite important..

@Lokathor
Copy link
Owner

The best path to improved 512-bit support is one of two routes:

  • land 512-bit intrinsics in stable Rust, then add them to safe_arch, then add to this crate.
  • land the portable-simd stuff in stable Rust and just use that with a 512-bit width type.

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

2 participants