ni...@lysator.liu.se (Niels Möller) writes:

  It's usually defined in gmp-mparam.h for your machine, with a fallback
  definition in gmp-impl.h. But that definition isn't picked up by
  assembly files, so it should also be defined in config.m4, generated by
  configure. Not sure how configure does that, though.
  
It is done by configure.ac.  Look for

# Copy relevant parameters from gmp-mparam.h to config.m4

in that file.

Unfortunately, in this case there was no definition in the default
gmp-mparam.h to copy.

I fixed this by adding a local default to the asm file, which seems like
the most resilient fix.


Torbjörn
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to