commit | 7349142ce7e9402254eeac9f9e2d386184e23aa1 | [log] [download] |
---|---|---|
author | Alex Wilson <alex@cooperi.net> | Thu Mar 06 00:04:09 2014 +1000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 13 19:25:06 2014 +0100 |
tree | 5823d8331321d267408257fc8a4807103907562f | |
parent | 9a6e93e7a411d0ea560cf599b2d79ae7943a1291 [diff] |
Don't try to use MIPS32 asm macros on MIPS64 The MIPS32 bn_mul asm code causes segfaults on MIPS64 and failing tests. Until someone has time to fix this up, MIPS64 platforms should fall back to the C implementation (which works fine).