Follow-up to PR #1977. Enables the disabled (#if 0) adler32_copy_avx2_vnni copy variant by
rebuilding it on the same structure as the shipping checksum-only path.
The author left adler32_copy_avx2_vnni under #if 0 with a note about a "data dependency
bubble," faster on Gracemont E-cores but slower on Raptor Cove P-cores, and a conversation
comment: "I think there may need to be more unrolling."