Skip to content

Commit

Permalink
add simd number
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Jun 13, 2024
1 parent 17aa2fa commit 91a8834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ lazy_static! {
(migrate_feature_gate_program_to_core_bpf::id(), "Migrate Feature Gate program to Core BPF (programify) #1003"),
(vote_only_full_fec_sets::id(), "vote only full fec sets"),
(migrate_config_program_to_core_bpf::id(), "Migrate Config program to Core BPF #1378"),
(zk_elgamal_proof_program_enabled::id(), "Enable ZkElGamalProof program"),
(zk_elgamal_proof_program_enabled::id(), "Enable ZkElGamalProof program SIMD-0153"),
/*************** ADD NEW FEATURES HERE ***************/
]
.iter()
Expand Down

0 comments on commit 91a8834

Please sign in to comment.