Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Thu, 24 Dec 2020 04:31:50 +0000 (04:31 +0000)
committerNorbert Preining <norbert@preining.info>
Thu, 24 Dec 2020 04:31:50 +0000 (04:31 +0000)
commitd755e88a1d5efbb38641165e4aad9128626dbd32
tree1109dc8e4695c2ee841a67689b378f7e6c62821d
parent51abb91b6cabb2ca28c9d9ccbd16cd9ce81c8879
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