gmp 5.1.1 Solaris 10 & 11 on x86 using Studio 12.3 ABI32 doesn't compile with --disable-assembly

Niels Möller nisse at lysator.liu.se
Thu May 16 17:15:55 CEST 2013


Torbjorn Granlund <tg at gmplib.org> writes:

> Tricky issue.  We probably really need to manipulate the rounding mode
> to make testing reliable, but I am not sure about that.

And there are no "standard" interfaces for that? (I'm ignorant of deeper
floating point details).

> But if we let --disable-assembly also disable the asm files in 'tests'
> we exclude the code for rounding mode manipulation...

One reason to use --disable-assembly is if the assembler invocations
don't work for some reason. So I think we really should avoid using
assembly source files. Resorting to gcc inline assembly (when using gcc)
might be a less bad alternative for the common case of gcc.

Regards,
/Niels


-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.


More information about the gmp-bugs mailing list