mpz_limbs interface

bodrato at mail.dm.unipi.it bodrato at mail.dm.unipi.it
Thu Jan 23 07:29:12 UTC 2014


Ciao,

Il Mer, 22 Gennaio 2014 12:44 pm, Torbjorn Granlund ha scritto:
> bodrato at mail.dm.unipi.it writes:
>
>   Maybe our printf/repl-vsnprintf.c is not tested enough?
>
> Oddly enough it is not even listed at e.g.,
> https://gmplib.org/devel/lcov/hannahnbsd32v61/gmp/printf/index.html.

Well, it is wrapped with

#if ! HAVE_VSNPRINTF   /* only need this file if we don't have vsnprintf */
[...]
#endif /* ! HAVE_VSNPRINTF */

so, on many systems it is not compiled at all... (and that's a reason why
it is less tested than other chunks of our C code).

> Of the existing 21 function in printf/ only 17 are there.  Great

Probably the missing ones are not needed on hannah...

-- 
http://bodrato.it/



More information about the gmp-devel mailing list