We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6196979 commit 03df68dCopy full SHA for 03df68d
src/runtime/proc.go
@@ -623,7 +623,7 @@ func cpuinit() {
623
// Support cpu feature variables are used in code generated by the compiler
624
// to guard execution of instructions that can not be assumed to be always supported.
625
switch GOARCH {
626
- case "386", "AMD64":
+ case "386", "amd64":
627
x86HasPOPCNT = cpu.X86.HasPOPCNT
628
x86HasSSE41 = cpu.X86.HasSSE41
629
x86HasFMA = cpu.X86.HasFMA
0 commit comments