mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-08 02:02:16 +03:00
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:
committed by
Paul Bakker
parent
478fac4075
commit
d1e7e8ba05
@@ -680,7 +680,7 @@
|
||||
);
|
||||
#endif /* Alpha */
|
||||
|
||||
#if defined(__mips__) && !defined(__mips64__)
|
||||
#if defined(__mips__) && !defined(__mips64)
|
||||
|
||||
#define MULADDC_INIT \
|
||||
asm( \
|
||||
|
||||
Reference in New Issue
Block a user