/[smeserver]/rpms/openssl/sme8/openssl-0.9.7-beta6-ia64.patch
ViewVC logotype

Contents of /rpms/openssl/sme8/openssl-0.9.7-beta6-ia64.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 18 03:03:07 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: openssl-0_9_8e-28_el5_sme, openssl-0_9_8e-33_1_el5_sme, openssl-0_9_8e-32_1_el5_sme, openssl-0_9_8e-27_1_el5_sme, openssl-0_9_8e-27_el5_10_1, openssl-0_9_8e-31_1_el5_sme, HEAD
Branch point for: upstream
Initial import

1 --- openssl/crypto/bn/bn_lcl.h 2002-12-17 16:04:42.000000000 -0500
2 +++ openssl/crypto/bn/bn_lcl.h 2002-12-17 16:12:59.000000000 -0500
3 @@ -245,6 +245,15 @@
4 : "a"(a),"g"(b) \
5 : "cc");
6 # endif
7 +# elif defined(__ia64) && defined(SIXTY_FOUR_BIT_LONG)
8 +# if defined(__GNUC__)
9 +# define BN_UMULT_HIGH(a,b) ({ \
10 + register BN_ULONG ret; \
11 + asm ("xmpy.hu %0 = %1, %2" \
12 + : "=f"(ret) \
13 + : "f"(a), "f"(b)); \
14 + ret; })
15 +# endif /* compiler */
16 # endif /* cpu */
17 #endif /* OPENSSL_NO_ASM */
18

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed