[openssl-commits] Errored: openssl/openssl#7061 (master - d89773d)
Travis CI
builds at travis-ci.org
Fri Nov 11 21:04:52 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #7061
Status: Errored
Duration: 1 hour, 14 minutes, and 28 seconds
Commit: d89773d (master)
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>
View the changeset: https://github.com/openssl/openssl/compare/cebb18698906...d89773d65912
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/175055144
--
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/1f3f2ae5/attachment-0001.html>
More information about the openssl-commits
mailing list