[openssl-commits] Errored: openssl/openssl#7062 (OpenSSL_1_1_0-stable - 0f251d2)

Travis CI builds at travis-ci.org
Fri Nov 11 22:06:21 UTC 2016


Build Update for openssl/openssl
-------------------------------------

Build: #7062
Status: Errored

Duration: 1 hour, 14 minutes, and 51 seconds
Commit: 0f251d2 (OpenSSL_1_1_0-stable)
Author: Andy Polyakov
Message: chacha/asm/chacha-x86.pl: improve [backward] portability.

In order to minimize dependency on assembler version a number of
post-SSE2 instructions are encoded manually. But in order to simplify
the procedure only register operands are considered. Non-register
operands are passed down to assembler. Module in question uses pshufb
with memory operands, and old [GNU] assembler can't handle it.
Fortunately in this case it's possible skip just the problematic
segment without skipping SSSE3 support altogether.

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(cherry picked from commit d89773d659129368a341df746476da445d47ad31)

View the changeset: https://github.com/openssl/openssl/compare/1cb83aff0e7e...0f251d20a5c4

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/175055237

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20161111/1cebe202/attachment.html>


More information about the openssl-commits mailing list