We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad97d20 commit 491a596Copy full SHA for 491a596
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