Add the sha512, sm3 and sm4 target features

Add the feature in `core/lib.rs`
This commit is contained in:
sayantn
2024-08-01 23:13:51 +05:30
parent e60ebb2f2c
commit 41b017ec99
10 changed files with 38 additions and 2 deletions

View File

@@ -260,6 +260,7 @@
#![feature(powerpc_target_feature)]
#![feature(riscv_target_feature)]
#![feature(rtm_target_feature)]
#![feature(sha512_sm_x86)]
#![feature(sse4a_target_feature)]
#![feature(tbm_target_feature)]
#![feature(wasm_target_feature)]