Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +0000)
committerNorbert Preining <norbert@preining.info>
Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +0000)
commit948d59191afe3f150e6b15942da83f623a3f17d8
tree1b18abe8106f7225508097c6bb09a5a7121116eb
parent3cdc70ef74b97dd9babb60a388c09b4bb3acf169
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