Julia requires SSE2 on i386
authorSébastien Villemot <sebastien@debian.org>
Wed, 4 Nov 2020 07:56:54 +0000 (07:56 +0000)
committerNorbert Preining <norbert@preining.info>
Wed, 4 Nov 2020 07:56:54 +0000 (07:56 +0000)
commitea42bafba5da5a417e3e43fbed88935ab09f8646
tree72ade7c7f9e22063966480d388ea9196b75a212f
parent0737b9f2233cbf59f0508c6bd8d0e022f0cb89d0
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