Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Tue, 31 Dec 2019 08:30:40 +0000 (08:30 +0000)
committerMo Zhou <lumin@debian.org>
Tue, 31 Dec 2019 08:30:40 +0000 (08:30 +0000)
commitb027bcfb44e356ea788455ffa4cebb7b5a4a5787
treefd8863cb39765ff5bb71d4fb7f73dba27530395f
parent5baa8d754123e9e5c9622e4ba0f3a34101f34808
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