Comment # 3 on bug 1102737 from
This issue might solved with https://www.suse.com/support/kb/doc/?id=000018558.

Or there is another case: x86-64 (AMD64) obliges realization for some
instructions in CPU: NX bit, SSE, SSE2, etc. Nowadays x86-64 is the default
target for OSes. During compiling for TW with i586 flavour ILL developers apply
the same settings for OpenSSL and other packages. In rare cases this causes
incompatibility with old CPUs, which lacks support for SSE/SSE2/etc. It is
possible to compile OpenSSL and other stuff for that CPUs with changed
settings, but who will use it? Without SSE/SSE2 OpenSSL works rather slower.

OPENSSL_ia32cap - the x86[_64] processor capabilities vector:
https://man.archlinux.org/man/core/openssl/OPENSSL_ia32cap.3ssl.en

Developers are ready to drop support for 32-bit CPUs (x86), so ILL no one cares
about that corner case.


You are receiving this mail because: