ppc64-mont optimization.
[openssl.git] / crypto / bn / asm / x86_64-gcc.c
index 73783442515a9dfbd8beeb1444c8877822f90ee6..f13f52dd853e2f8bdb795b5226d4137f105652ab 100644 (file)
@@ -1,3 +1,6 @@
+#ifdef __SUNPRO_C
+# include "../bn_asm.c"        /* kind of dirty hack for Sun Studio */
+#else
 /*
  * x86_64 BIGNUM accelerator version 0.1, December 2002.
  *
@@ -591,3 +594,4 @@ void bn_sqr_comba4(BN_ULONG *r, BN_ULONG *a)
        r[6]=c1;
        r[7]=c2;
        }
+#endif