root / trunk / data / gcrypt / armasm.diff
| Revision 5, 0.8 kB (checked in by saurik, 1 year ago) |
|---|
-
mpi/longlong.h
diff -r -u libgcrypt-1.4.0/mpi/longlong.h libgcrypt-1.4.0+iPhone/mpi/longlong.h
old new 225 225 : "r0", "r1", "r2") 226 226 #else 227 227 #define umul_ppmm(xh, xl, a, b) \ 228 __asm__ (" %@ Inlined umul_ppmm\n" \229 "umull % r1, %r0, %r2, %r3" \228 __asm__ ("@ Inlined umul_ppmm\n" \ 229 "umull %1, %0, %2, %3" \ 230 230 : "=&r" ((USItype)(xh)), \ 231 231 "=r" ((USItype)(xl)) \ 232 232 : "r" ((USItype)(a)), \
Note: See TracBrowser
for help on using the browser.
