commit | e63560470ef8c2e215ad3bca29849198131b2e1f | [log] [tgz] |
---|---|---|
author | Alex Wilson <alex@cooperi.net> | Thu Mar 06 00:04:09 2014 +1000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 08 11:06:05 2014 +0200 |
tree | 210ba436393da3db3d471a7c171728d992097d21 | |
parent | be04673c49945d0607bb224db5cb2264fb645c7a [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).