wasm: fix build with emsdk 1.38.26
emscripten removed their fake SSE support, which removed x86intrin.h Task-number: QTBUG-73657 Change-Id: I77094fc77be3e685adf9e16d8c3e6aebde9b0687 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
6c9b17d446
commit
078cc302cb
@ -324,7 +324,6 @@
|
||||
// -- Web Assembly --
|
||||
#elif defined(__EMSCRIPTEN__)
|
||||
# define Q_PROCESSOR_WASM
|
||||
# define Q_PROCESSOR_X86 6 // enables SIMD support
|
||||
# define Q_BYTE_ORDER Q_LITTLE_ENDIAN
|
||||
# define Q_PROCESSOR_WORDSIZE 8
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user