Re: [openssl-dev] #GP happens in do_sse3_after_all

2017-10-20 Thread Andy Polyakov
Hi, I met an issue in the crypto/chacha/chacha-x86_64.S, could you be kind to have a look on it? Thanks very much. Currently it will stuck in the function *do_sse3_after_all*, and a #GP will occurs due to the following instructions ““movdqa %xmm0,0(%rsp)” need 16 bytes alignment, however,

[openssl-dev] #GP happens in do_sse3_after_all

2017-10-16 Thread Yan, Shaopu
Hi dear openssl maintainer, I met an issue in the crypto/chacha/chacha-x86_64.S, could you be kind to have a look on it? Thanks very much. Currently it will stuck in the function do_sse3_after_all, and a #GP will occurs due to the following instructions ""movdqa %xmm0,0(%rsp)" need 16 bytes