When I run this command GOOS=linux GOARCH=amd64 go build
I got this error # crypto/sha256 asm: invalid instruction: 10572 (/Users/mike/workplace/go/src/crypto/sha256/sha256block_amd64.s:733) VPSHUFD $250, Y7, Y2 asm: invalid instruction: 11157 (/Users/mike/workplace/go/src/crypto/sha256/sha256block_amd64.s:741) VPSHUFD $250, Y4, Y2 asm: invalid instruction: 11736 (/Users/mike/workplace/go/src/crypto/sha256/sha256block_amd64.s:749) VPSHUFD $250, Y5, Y2 asm: invalid instruction: 12321 (/Users/mike/workplace/go/src/crypto/sha256/sha256block_amd64.s:757) VPSHUFD $250, Y6, Y2 asm: assembly of ../../../../../../go/src/crypto/sha256/sha256block_amd64.s failed what's the reason? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
