GMP and Win32

Kevin Ryde user42@zip.com.au
Thu, 05 Jun 2003 00:54:37 +1000


"White, Jim (ITD)" <Jim.White@DEFRA.GSI.GOV.UK> writes:
>
> I was assuming, perhaps
> erroneously, that any pure assembler routines were used internally, not
> exported. If I'm wrong there then I agree that it would be a hassle.

Various mpn level assembler routines are part of the documented
interface.  It's possible they're not relevant to what you're doing,
so could be left as cdecl.

Changing to stdcall might be as simple as adding a "+N" to the ret
instructions, if you were keen.