github.com/varialus/godfly@v0.0.0-20130904042352-1934f9f095ab/src/pkg/runtime/arch_386.h (about)

     1  // Copyright 2011 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  enum {
     6  	thechar = '8',
     7  	BigEndian = 0,
     8  	CacheLineSize = 64,
     9  	appendCrossover = 0,
    10  	PCQuantum = 1
    11  };