// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file.// +build !amd64,!386 gccgopackagecpuidfuncinitCPU(){cpuid=func(opuint32)(eax,ebx,ecx,edxuint32){return0,0,0,0}cpuidex=func(op,op2uint32)(eax,ebx,ecx,edxuint32){return0,0,0,0}xgetbv=func(indexuint32)(eax,edxuint32){return0,0}rdtscpAsm=func()(eax,ebx,ecx,edxuint32){return0,0,0,0}}