functions

The Fool guy's FAAS
git clone git://git.lair.cx/functions
Log | Files | Refs | README

configs_arm64.go (132B)


      1 // go:build arm64
      2 
      3 package configs
      4 
      5 const (
      6 	// EnableSMT enables SMT (Simultaneous Multi-Threading) on AMD64.
      7 	EnableSMT = false
      8 )