cli: Add missing ARM cpumasks help text

Forgotten in acc1121d2f.
This commit is contained in:
Matthias Dressel 2024-04-11 23:15:07 +02:00
parent 9d77b6336a
commit aa63a41ccd
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static const struct option long_opts[] = {
#endif
#if ARCH_AARCH64 || ARCH_ARM
#define ALLOWED_CPU_MASKS " or 'neon'"
#define ALLOWED_CPU_MASKS ", 'neon', 'dotprod' or 'i8mm'"
#elif ARCH_LOONGARCH
#define ALLOWED_CPU_MASKS ", 'lsx' or 'lasx'"
#elif ARCH_PPC64LE