Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Tue, 10 Nov 2020 02:04:59 +0000 (02:04 +0000)
committerNorbert Preining <norbert@preining.info>
Tue, 10 Nov 2020 02:04:59 +0000 (02:04 +0000)
commit118ae9ae9a87600a91b07d1813c05528dee9012d
tree2598b7ed88563e67a331a05f18886ba0d774506e
parent74c5fe824cb6a5b4fadfd12685607413a7f97afc
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