summaryrefslogtreecommitdiff
path: root/adv-simd.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-12 01:12:00 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-12 01:12:00 -0400
commit3d6c8d958988d7bcc4476a2575ccdd29e9c2f6a4 (patch)
tree22448481276ca3ad96614bcd65dcbf43696216c8 /adv-simd.h
parent8d62b500cc1be872e214aa164d2eed2d622e33ee (diff)
downloadcryptopp-git-3d6c8d958988d7bcc4476a2575ccdd29e9c2f6a4.tar.gz
Update comments
Diffstat (limited to 'adv-simd.h')
-rw-r--r--adv-simd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/adv-simd.h b/adv-simd.h
index 606d9f1b..62eae6e7 100644
--- a/adv-simd.h
+++ b/adv-simd.h
@@ -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.