Skip to content

Commit 8919deb

Browse files
committed
docs: document SPNG_ARM
1 parent dacbb7a commit 8919deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ any configuration, SSE2 intrinsics are enabled by default on x86.
4242
| (auto) | (auto) | `SPNG_STATIC` | | Controls symbol visibility on Windows |
4343
| enable_opt | ENABLE_OPT | `SPNG_DISABLE_OPT` | ON | Compile with optimizations |
4444
| | | `SPNG_SSE=<1-4>` | 1 | SSE version target for x86 (ignored on non-x86) |
45+
| | | `SPNG_ARM` | (auto) | Enable ARM NEON optimizations (ARM64 only) |
4546
| static_zlib | | | OFF | Link zlib statically |
4647
| use_miniz | | `SPNG_USE_MINIZ` | OFF | Compile using miniz, disables some features |
4748
| (auto) | | `SPNG_ENABLE_TARGET_CLONES` | | Use target_clones() to optimize (GCC + glibc only) |

0 commit comments

Comments
 (0)