-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Is Zen/+ APU determined to be znver1? #131
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
Comments
53 tasks
jpinot
pushed a commit
to jpinot/llvm-project
that referenced
this issue
Apr 9, 2025
changkhothuychung
pushed a commit
to changkhothuychung/llvm-project
that referenced
this issue
Apr 22, 2025
arrv-sc
pushed a commit
to arrv-sc/llvm-project
that referenced
this issue
May 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zen/+ APU x86 models are 0x11. 0x18.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/hwmon/k10temp.c#n587
However, 0x0f or less is used for znver1 judgment.
https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/builtins/cpu_model.c#L478
Is Zen/+ APU determined to be znver1?
As far as I know, GCC uses 0x1f or less.
https://github.com/gcc-mirror/gcc/blob/master/libgcc/config/i386/cpuinfo.c#L109
The text was updated successfully, but these errors were encountered: