We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacbb7a commit 8919debCopy full SHA for 8919deb
docs/build.md
@@ -42,6 +42,7 @@ any configuration, SSE2 intrinsics are enabled by default on x86.
42
| (auto) | (auto) | `SPNG_STATIC` | | Controls symbol visibility on Windows |
43
| enable_opt | ENABLE_OPT | `SPNG_DISABLE_OPT` | ON | Compile with optimizations |
44
| | | `SPNG_SSE=<1-4>` | 1 | SSE version target for x86 (ignored on non-x86) |
45
+| | | `SPNG_ARM` | (auto) | Enable ARM NEON optimizations (ARM64 only) |
46
| static_zlib | | | OFF | Link zlib statically |
47
| use_miniz | | `SPNG_USE_MINIZ` | OFF | Compile using miniz, disables some features |
48
| (auto) | | `SPNG_ENABLE_TARGET_CLONES` | | Use target_clones() to optimize (GCC + glibc only) |
0 commit comments