Skip to content

Try using gcc asm with tcc in ed25519-donna-64

Nick Mathewson requested to merge nickm/tor:bug40240_045 into maint-0.4.5

The tiny c compiler (TCC) claims to support GCC-style asm statements. If that's so, then this patch may successfully get it to build ed25519-donna for X86_64. If not, then at least this patch should improve the error message that you get when your compiler doesn't have a uint128_t, by telling you what to do to "fix" the issue.

Closes #40240 (closed); bugfix on 0.2.9.4-alpha.

Merge request reports