github.com/AndrienkoAleksandr/go@v0.0.19/src/intern/goarch/goarch_loong64.go (about)

     1  // Copyright 2022 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build loong64
     6  
     7  package goarch
     8  
     9  const (
    10  	_ArchFamily          = LOONG64
    11  	_DefaultPhysPageSize = 16384
    12  	_PCQuantum           = 4
    13  	_MinFrameSize        = 8
    14  	_StackAlign          = PtrSize
    15  )