1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/pkg/runtime/arch_amd64.h

6 lines
62 B
C
Raw Normal View History

enum {
thechar = '6',
BigEndian = 0,
CacheLineSize = 64
};