From ca7e4704cdfe7df258725c9a73e51f31ecad924f Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 13 Aug 2026 14:44:32 -0400 Subject: [PATCH] Use CSEL to compute the NEON popcount inner-loop batch size The five NEON popcount routines each opened their outer block loop by clamping the outstanding block count to INNERMAX with a compare and a forward branch: MOVD INNERMAX, R4 CMP R4, R3 BHS