Open
Description
I just noticed that gcd
and lcm
have methods that reduce them over arrays. That seems like a vestige of implicit vectorization. It does allow gcd
to early-out, but I'm not sure it's worth it. Do we want to keep these?
I just noticed that gcd
and lcm
have methods that reduce them over arrays. That seems like a vestige of implicit vectorization. It does allow gcd
to early-out, but I'm not sure it's worth it. Do we want to keep these?
Activity