Fix wasm-nosimd build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9c1cf3b441
commit
42de7277a3
1 changed files with 2 additions and 0 deletions
|
@ -157,8 +157,10 @@ endif
|
||||||
|
|
||||||
# needed for enabling SSE in pffft
|
# needed for enabling SSE in pffft
|
||||||
ifeq ($(CPU_I386),true)
|
ifeq ($(CPU_I386),true)
|
||||||
|
ifneq ($(NOSIMD),true)
|
||||||
BASE_FLAGS += -Di386
|
BASE_FLAGS += -Di386
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# SIMD must always be enabled, even in debug builds
|
# SIMD must always be enabled, even in debug builds
|
||||||
ifneq ($(NOSIMD),true)
|
ifneq ($(NOSIMD),true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue