summaryrefslogtreecommitdiff
path: root/crypto/ia64cpuid.S
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-27 18:03:27 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-27 18:03:27 +0000
commit05f9cb3b77c39371f40123e44e3c4b301b216344 (patch)
treebad3b097d7a681ab4bb3d3a37bdce1f7bd6a54e4 /crypto/ia64cpuid.S
parent1988a456a72d6fea9f30e17929d9cde86f803bcb (diff)
downloadopenssl-new-05f9cb3b77c39371f40123e44e3c4b301b216344.tar.gz
ia64cpuid update.
Diffstat (limited to 'crypto/ia64cpuid.S')
-rw-r--r--crypto/ia64cpuid.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ia64cpuid.S b/crypto/ia64cpuid.S
index 818e2d1e1d..1a03b028fc 100644
--- a/crypto/ia64cpuid.S
+++ b/crypto/ia64cpuid.S
@@ -130,6 +130,9 @@ OPENSSL_wipe_cpu:
.global OPENSSL_cleanse#
.proc OPENSSL_cleanse#
OPENSSL_cleanse:
+#if defined(_HPUX_SOURCE) && !defined(_LP64)
+{ .mmi; addp4 r32=0,r32 };;
+#endif
{ .mib; and r2=7,r32
cmp.leu p6,p0=15,r33 // len>=15
(p6) br.cond.dptk .Lot };;