Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com> Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
8 lines
182 B
Go
8 lines
182 B
Go
package platform
|
|
|
|
// init verifies that the current CPU supports the required ARM64 features
|
|
func init() {
|
|
// No further checks currently needed.
|
|
archRequirementsVerified = true
|
|
}
|