commit | 03917bf7d54ae0ac588d08e25f2730d48f3d46bc | [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> | Tue Jul 08 18:29:01 2014 +0200 |
tree | c88ba7f88af0a34ad1c5a54ee3c2acb79c8467a0 | |
parent | 877a0944ada8b8aabaffe799e77e196be02967f6 [diff] |
Disable broken Sparc64 bn_mul assembly
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index bf5aac4..6ce6abc 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( \