bodr...@mail.dm.unipi.it writes:

  A "generic" (I mean, not recognised) CPU_TYPE should hit all the C
  versions, doesn't it? Or we can also have different C sources compiled for
  different CPUs? (e.g. selected by JACOBI_BASE_METHOD ?)
  Maybe testing at least the "generic" CPU should hit almost any
  miscompilation?
  
Something like x86_64-*-* and i386-*-* would hit the max number of
mpn/generic C functions.

You're probably right about JACOBI_BASE_METHOD.  :-(

Then we actually have some to-be-compiled code in mpn's cpu specific
sub-directories.  Try: find mpn -type f | grep -v generic | grep '[.]c$'

-- 
Torbjörn
Please encrypt, key id 0xC8601622
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to