79673092

Date: 2025-06-20 08:50:24
Score: 2
Natty:
Report link

Another option, if you're okay with scanning the array twice, is to use vpmaxsd/vpminsd to find the minimum/maximum high 32 bits, then search for the lower half using a vpcmpeqd/vptest loop. Probably only a win if the array fits in L1.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ovinus Real