Skip to content

Commit 7c5ef48

Browse files
committed
aarch64_functions.c: fix trivial typo
Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent d257a01 commit 7c5ef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/op/aarch64/op_aarch64_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ _Generic((*(out)), \
119119
int left_over = *count; \
120120
type##type_size##_t *in = (type##type_size##_t *) _in, \
121121
*out = (type##type_size##_t *) _out; \
122-
OP_CONCAT(OMPI_OP_TYPE_PREPEND, type##type_size####x##type_cnt##_t) vsrc, vdst; \
122+
OP_CONCAT(OMPI_OP_TYPE_PREPEND, type##type_size##x##type_cnt##_t) vsrc, vdst; \
123123
for (; left_over >= type_cnt; left_over -= type_cnt) { \
124124
vsrc = vld1q##_##type_name##type_size(in); \
125125
vdst = vld1q##_##type_name##type_size(out); \

0 commit comments

Comments
 (0)