diff options
author | Andy Polyakov <appro@openssl.org> | 2007-07-27 20:03:27 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-07-27 20:03:27 +0200 |
commit | 05f9cb3b77c39371f40123e44e3c4b301b216344 (patch) | |
tree | bad3b097d7a681ab4bb3d3a37bdce1f7bd6a54e4 /crypto/ia64cpuid.S | |
parent | x86 perlasm updates. (diff) | |
download | openssl-05f9cb3b77c39371f40123e44e3c4b301b216344.tar.xz openssl-05f9cb3b77c39371f40123e44e3c4b301b216344.zip |
ia64cpuid update.
Diffstat (limited to 'crypto/ia64cpuid.S')
-rw-r--r-- | crypto/ia64cpuid.S | 3 |
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 };; |