Skip to content

Enable arm neon optimization. More precisely:

Simon Morlat requested to merge feature/arm-neon into bc
  • for armv7: use run-time cpu detection for Linux, Android, and presume NEON is present for iOS.
  • for arm64: presume NEON is present, don't use run-time cpu detection.

Merge request reports