>>>For reference, note that Linux version avoids __intel_fast_memcpy with
>>>-Dmemcpy=__builtin_memcpy, because libirc.a caused griefs when linked
>>>into shared library. __intel_fast_memcpy feels as overkill in OpenSSL
>>>context and inlined code [movs or unrolled loop] should do better job.
>>>Can you try to compile with -Dmemcpy=__builtin_memcpy
>>>-Dmemset=__builting_memset?
>>
>> I get
>>
>> unresolved external symbol __builtin_memcpy
>> unresolved external symbol __builtin_memset
>
> Ouch! Something to look into when 9 is available for Linux...

It works with the Linux versions of 9.0 for IA32 and IA64 atleast.

-Tomas
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to