commit | 3135725670cc060078604e3819fbc8c7415e83ba | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 24 17:57:57 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 25 11:26:15 2014 +0200 |
tree | 68bc6dcb45f56deaed4d9b507c661de7f19ece1b | |
parent | 725e7f49425744006b53afc58cc3bf45a2a2d334 [diff] [blame] |
Disable broken Sparc64 bn_mul assembly
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index 0e9385b..64b59ff 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h
@@ -409,7 +409,11 @@ #endif /* PPC32 */ -#if defined(__sparc__) && defined(__sparc64__) +/* + * The Sparc64 assembly is reported to be broken. + * Disable it for now, until we're able to fix it. + */ +#if 0 && defined(__sparc__) && defined(__sparc64__) #define MULADDC_INIT \ asm( \