Update comments

This commit is contained in:
Jeffrey Walton 2018-08-12 01:12:00 -04:00
parent 8d62b500cc
commit 3d6c8d9589
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -23,8 +23,8 @@
// * AdvancedProcessBlocks64_6x2_NEON
// * AdvancedProcessBlocks128_4x1_NEON
// * AdvancedProcessBlocks128_6x2_NEON
// * AdvancedProcessBlocks64_6x2_ALTIVEC
// * AdvancedProcessBlocks128_6x2_ALTIVEC
// * AdvancedProcessBlocks64_6x1_ALTIVEC
// * AdvancedProcessBlocks128_6x1_ALTIVEC
//
// If an arrangement ends in 2, like 6x2, then the template will handle the
// single block case by padding with 0's and using the two block function.