Skip to content

Commit da8ccfd

Browse files
acudnugaon
authored andcommitted
perf: bmt SIMD hasher (#5381)
1 parent 2b91b2c commit da8ccfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/bee/cmd/cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
341341
cmd.Flags().String(optionAutoTLSRegistrationEndpoint, p2pforge.DefaultForgeEndpoint, "autotls registration endpoint")
342342
cmd.Flags().String(optionAutoTLSCAEndpoint, p2pforge.DefaultCAEndpoint, "autotls certificate authority endpoint")
343343
cmd.Flags().Bool(optionNamePubsubBrokerMode, true, "enable pubsub broker mode")
344+
cmd.Flags().Bool(optionUseSIMD, false, "use SIMD BMT hasher (available only on linux amd64 platforms)")
344345
}
345346

346347
// preRun must be called from every command's PreRunE, after which c.logger is

0 commit comments

Comments
 (0)