Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEON arch: dead ref cycle fix: when neon_available_ is ON, the DotPro…
…duct was set to point to DotProduct, which should have been DotProductNative, as dotProduct is the *target* global itself: see simddetect.h --> effectively making that part of the SetDotProduct() call identical to this (no-op) statement: `DotProduct = DotProduct;` Also added the Neon check in the Update() API, where it exists together with the other checks (for AVX/SSE/etc.)
- Loading branch information