More tweaks for future wasm
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
cb016113d6
commit
5465b44705
5 changed files with 35 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue