Missing CPU ID in x86/fat/fat.c

Torbjörn Granlund tg at gmplib.org
Sun Dec 6 10:57:10 UTC 2015


Achim Gratz <Stromeko at nexgo.de> writes:

  Several new CPU, while already defined in the fake_cpuid_table, have no
  corresponding case statement in the selection function, which seemingly
  causes them to be treated as a generic P6 CPU for Intel and I'm not sure
  what a Jaguar would be detected as.  The following patch copies the
  corresponding lines from the x86_64 branch to (hopefully) the right
  place.
  
Did you try compiling with your patch?

We'not too fussed about suporting 32-bit builds for 64-bit processors;
we make sure the builds work but we don't write specific 32-bit code.

Your patch seems to attempt to include non-existing 32-bit assembly
code.


-- 
Torbjörn
Please encrypt, key id 0xC8601622


More information about the gmp-bugs mailing list