Skip to content

Commit

Permalink
docs: document SPNG_ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
randy408 committed May 10, 2021
1 parent dacbb7a commit 8919deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ any configuration, SSE2 intrinsics are enabled by default on x86.
| (auto) | (auto) | `SPNG_STATIC` | | Controls symbol visibility on Windows |
| enable_opt | ENABLE_OPT | `SPNG_DISABLE_OPT` | ON | Compile with optimizations |
| | | `SPNG_SSE=<1-4>` | 1 | SSE version target for x86 (ignored on non-x86) |
| | | `SPNG_ARM` | (auto) | Enable ARM NEON optimizations (ARM64 only) |
| static_zlib | | | OFF | Link zlib statically |
| use_miniz | | `SPNG_USE_MINIZ` | OFF | Compile using miniz, disables some features |
| (auto) | | `SPNG_ENABLE_TARGET_CLONES` | | Use target_clones() to optimize (GCC + glibc only) |
Expand Down

0 comments on commit 8919deb

Please sign in to comment.