On Tue, May 19, 2015 at 05:16:21PM +0200, Timo Buhrmester wrote: > Joerg: > > > > [...] SIGILL [...] due to using the ``pshufb'' instruction > > I think you are actually ending up in the AVX code path. The question is > > why. What is the value OPENSSL_ia32cap_P? > That's 0x78bffff
and the high part, e.g. OPENSSL_ia32cap_P[1]? Joerg