Black Lives Matter. Support the Equal Justice Initiative.

Source file src/runtime/internal/sys/zgoarch_amd64.go

Documentation: runtime/internal/sys

     1  // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
     2  
     3  //go:build amd64
     4  // +build amd64
     5  
     6  package sys
     7  
     8  const GOARCH = `amd64`
     9  
    10  const Goarch386 = 0
    11  const GoarchAmd64 = 1
    12  const GoarchAmd64p32 = 0
    13  const GoarchArm = 0
    14  const GoarchArmbe = 0
    15  const GoarchArm64 = 0
    16  const GoarchArm64be = 0
    17  const GoarchPpc64 = 0
    18  const GoarchPpc64le = 0
    19  const GoarchLoong64 = 0
    20  const GoarchMips = 0
    21  const GoarchMipsle = 0
    22  const GoarchMips64 = 0
    23  const GoarchMips64le = 0
    24  const GoarchMips64p32 = 0
    25  const GoarchMips64p32le = 0
    26  const GoarchPpc = 0
    27  const GoarchRiscv = 0
    28  const GoarchRiscv64 = 0
    29  const GoarchS390 = 0
    30  const GoarchS390x = 0
    31  const GoarchSparc = 0
    32  const GoarchSparc64 = 0
    33  const GoarchWasm = 0
    34  

View as plain text