Hi all,
An issue arose while testing gnutls, which has a dependency on nettle, on Windows x64. The x86_64 aes assembler code in nettle is not compatible with the Windows calling convention, leading to crashes.
The related gnutls item is here: https://savannah.gnu.org/support/?108038
This can be worked around for now with --disable-assembler during ./configure. Going forward, will there be any plans to support assembler for x64 Windows?
Cheers, Mann Ern