On 2019-11-17 01:00:14 +0100, Torbjorn Granlund wrote:
> We cannot use uint8_t as it is not a builtin type, as you know.

I don't understand why you need a builtin type.

It should work by conditionally including <stdint.h>.

Alternatively, you can predefine some types, e.g.:

typedef unsigned char gmp_uchar_t;

then one could use -DMINI_GMP_LIMB_TYPE=gmp_uchar_t

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to