From 68b6afd491b04082901788f802058e4df211737d Mon Sep 17 00:00:00 2001 From: Brooks Date: Mon, 13 Jan 2025 16:42:46 -0500 Subject: [PATCH] Points the snapshots_lt_hash feature gate to the SIMD (#4444) Uses SIMD in snapshots_lt_hash feature gate description --- sdk/feature-set/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/feature-set/src/lib.rs b/sdk/feature-set/src/lib.rs index a18756af18fcb8..8fc7fb5d623d52 100644 --- a/sdk/feature-set/src/lib.rs +++ b/sdk/feature-set/src/lib.rs @@ -1139,7 +1139,7 @@ lazy_static! { (lift_cpi_caller_restriction::id(), "Lift the restriction in CPI that the caller must have the callee as an instruction account #2202"), (disable_account_loader_special_case::id(), "Disable account loader special case #3513"), (accounts_lt_hash::id(), "enables lattice-based accounts hash SIMD-0215"), - (snapshots_lt_hash::id(), "snapshots use lattice-based accounts hash #3598"), + (snapshots_lt_hash::id(), "snapshots use lattice-based accounts hash SIMD-0220"), (enable_secp256r1_precompile::id(), "Enable secp256r1 precompile SIMD-0075"), (migrate_stake_program_to_core_bpf::id(), "Migrate Stake program to Core BPF SIMD-0196 #3655"), (deplete_cu_meter_on_vm_failure::id(), "Deplete compute meter for vm errors SIMD-0182 #3993"),