More tweaks for future wasm

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-09 16:01:49 +00:00
parent cb016113d6
commit 5465b44705
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 35 additions and 20 deletions

View file

@ -17,7 +17,7 @@
#pragma once
#if defined(__i386__) || defined(__x86_64__)
#if defined(__i386__) || defined(__x86_64__) || defined(__EMSCRIPTEN__)
# include_next <pmmintrin.h>
#else
# include "../sse2neon/sse2neon.h"