[Interest] WAS is failing to compile under Ubuntu
Lorn Potter
lorn.potter at gmail.com
Thu Mar 7 05:16:59 CET 2019
On 2/3/19 2:12 am, Thiago Macieira wrote:
> On Friday, 1 March 2019 01:52:00 PST Alexander Rössler wrote:
>> However, for some reason the build fails at:
>> qsimd_p.h:196:14: fatal error: 'x86intrin.h' file not found
>> # include <x86intrin.h>
>> ^~~~~~~~~~~~~
>
> Your compiler is broken. You have Q_PROCESSOR_X86 defined but you don't have
> <x86intrin.h>.
>
Compiler isn't broken, emscripten removed x86intrin.h when they removed
their faked simd support (preparing for better simd support in the
future). We had Q_PROCESSOR_X86 defined to make it compile with their
faked simd support.
More information about the Interest
mailing list