Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AMD64 micro architecture level support #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

laozc
Copy link

@laozc laozc commented Mar 18, 2024

This commit adds the support for AMD64 micro architecture levels on Linux.

containerd/containerd#9506

@laozc laozc force-pushed the amd64-micro-arch branch 4 times, most recently from 598e890 to 4d9e82b Compare March 18, 2024 04:26
cpuinfo_linux.go Outdated Show resolved Hide resolved
cpuinfo_linux.go Outdated
flagSet[flag] = true
}

// https://unix.stackexchange.com/questions/631217/how-do-i-check-if-my-cpu-supports-x86-64-v2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be better to reference https://tip.golang.org/wiki/MinimumRequirements#amd64 instead

cpuinfo_linux.go Outdated Show resolved Hide resolved
cpuinfo_linux.go Outdated Show resolved Hide resolved
This commit adds the support for AMD64 micro architecture levels
on Linux.

Signed-off-by: Zhongcheng Lao <zhongchengl@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants