We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some new target features were added to Rust
avx512_target_feature
avxifma
avxvnni
avxvnniint8
avxvnniint16
avxneconvert
x86_amx_intrinsics
amx-tile
amx-int8
amx-bf16
amx-fp16
amx-complex
sha512_sm_x86
sha512
sm3
sm4
The text was updated successfully, but these errors were encountered:
TIL there are SHA-512 intrinsics for x86 CPUs. Apparently only for Arrow Lake and Lunar Lake:
https://en.wikipedia.org/wiki/Intel_SHA_extensions
VSHA512RNDS2
VSHA512MSG1
VSHA512MSG2
Sorry, something went wrong.
No branches or pull requests
Some new target features were added to Rust
avx512_target_feature
to include VEX variants rust-lang/rust#126617avxifma
,avxvnni
,avxvnniint8
,avxvnniint16
andavxneconvert
x86_amx_intrinsics
feature flag rust-lang/rust#126639amx-tile
,amx-int8
,amx-bf16
,amx-fp16
andamx-complex
sha512_sm_x86
feature gate rust-lang/rust#126704sha512
,sm3
andsm4
The text was updated successfully, but these errors were encountered: