mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Fix asm format of bn_mul.h for more portability
Found by Barry K. Nathan. Quoting from http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html: "You can put multiple assembler instructions together in a single asm template, separated by the characters normally used in assembly code for the system. A combination that works in most places is a newline to break the line, plus a tab character to move to the instruction field (written as ‘\n\t’). Sometimes semicolons can be used, if the assembler allows semicolons as a line-breaking character. Note that some assembler dialects use semicolons to start a comment."
This commit is contained in:
parent
35e7cb9aa6
commit
acbcbba860
2 changed files with 487 additions and 580 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue