Page MenuHome GnuPG

Allow building with Clang on MIPS64
Closed, ResolvedPublic

Details

Version
libgcrypt-1.8.2

Event Timeline

Your patch indicates that all clang versions for MIPS64 support this feature. Is my reading correct?

werner triaged this task as Normal priority.Apr 17 2018, 3:55 PM

Clang doesn't support the "h" inline asm constraint and the C version of umul_ppmm() works on MIPS64.

Thanks. I only now noticed that this is the same as we already use for 32 bit MIPS. I have no more questions. Will push to master and the 1.8 branch.

gniibe claimed this task.