Fix mips64 bignum implementation
- Use correct mips64 define (__mips64, not __mips64__). - Added mips64 to the list of arches supporting 64-bit ints.
This commit is contained in:
parent
478fac4075
commit
d1e7e8ba05
2 changed files with 2 additions and 2 deletions
|
@ -680,7 +680,7 @@
|
|||
);
|
||||
#endif /* Alpha */
|
||||
|
||||
#if defined(__mips__) && !defined(__mips64__)
|
||||
#if defined(__mips__) && !defined(__mips64)
|
||||
|
||||
#define MULADDC_INIT \
|
||||
asm( \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue