-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Building on Intel Raptor Lake fails #3968
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
Looks like it is missing a |
I got this error with the develop branch cloned 2 hours ago. I would guess that the newly added check for Raptor Lake is missing a few cpu ids? |
Looks like it. Currently it knows about family 6, model 7, extended model 11 only. What's the /proc/cpuid output of yours ? |
1 similar comment
Looks like it. Currently it knows about family 6, model 7, extended model 11 only. What's the /proc/cpuid output of yours ? |
Indeed, mine is model 15. If that's fine with you, I could compile the list of Raptor Lake's cpuids and open a PR to add them? CPU 0:
vendor_id = "GenuineIntel"
version information (1/eax):
processor type = primary processor (0)
family = 0x6 (6)
model = 0xf (15)
stepping id = 0x2 (2)
extended family = 0x0 (0)
extended model = 0xb (11)
(family synth) = 0x6 (6)
(model synth) = 0xbf (191)
(simple synth) = Intel (unknown model) |
That would be great (I wonder if there are more of them, or if this is "only" another case of desktop vs. mobile version) |
I would guess it's because it's not the same die? i5 13500 is also a desktop chip, like the i7 13700k in this PR (#3800) |
Should be TARGET=HASWELL |
I would say it's an issue detecting the CPU features as forcing the TARGET=HAWELL make it work? Thanks!
Ubuntu 22.04, on Intel i5-13500, with gcc-11:
getarch 1:
The text was updated successfully, but these errors were encountered: