Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Tue, 21 Apr 2020 11:21:34 +0000 (12:21 +0100)
committerGraham Inggs <ginggs@debian.org>
Tue, 21 Apr 2020 11:21:34 +0000 (12:21 +0100)
commit9b2cdc1e477cd7ba129a88708725552c9aa6f65a
treeebe8eb0d79a6771c05ba70877e17fd7f23cb56b8
parent08eb3fb8f7c821da05c55c9e1d0547f30361b790
Julia requires SSE2 on i386

Bug: https://github.com/JuliaLang/julia/issues/7185
Forwarded: no
Last-Update: 2015-11-01

This patch adds an explicit error message if the CPU does not support SSE2.
The CPU features are queried using the x86 CPUID opcode. The wrapper function
__get_cpuid() is provided by GCC and Clang. See <cpuid.h> for the list of
supported CPU extension flags.
Last-Update: 2015-11-01
Gbp-Pq: Name require-sse2-on-i386.patch
src/codegen.cpp