summaryrefslogtreecommitdiff
path: root/README.wasm
diff options
context:
space:
mode:
Diffstat (limited to 'README.wasm')
-rw-r--r--README.wasm7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.wasm b/README.wasm
index ca822f30..48636f49 100644
--- a/README.wasm
+++ b/README.wasm
@@ -26,6 +26,13 @@ Building:
- Note this currently generates native executables only and is incompatible
with -DWEBP_BUILD_WEBP_JS.
+Build options:
+==============
+
+- platform specific multiply high (mulhi) implementation, disabled by default.
+ arm: -DCMAKE_C_FLAGS='-DENABLE_NEON_BUILTIN_MULHI_INT16X8 ...'
+ x86: -DCMAKE_C_FLAGS='-DENABLE_X86_BUILTIN_MULHI_INT16X8 ...'
+
Cross compilation:
==================