Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)
committerNorbert Preining <norbert@preining.info>
Sun, 25 Oct 2020 14:04:33 +0000 (14:04 +0000)
commita2f6b6e9a45f48b9f013c6a10cb94b52728f7bfb
tree9eabf79e81ea2d304a60be1478b326458ac81873
parent7b64fbd23bd0673a52c26f2c4dbddfc2beff3e8e
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