Skip to content

Commit

Permalink
aarch64_functions.c: fix trivial typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <jeff@squyres.com>
  • Loading branch information
jsquyres committed Jun 6, 2024
1 parent d257a01 commit 7c5ef48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mca/op/aarch64/op_aarch64_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ _Generic((*(out)), \
int left_over = *count; \
type##type_size##_t *in = (type##type_size##_t *) _in, \
*out = (type##type_size##_t *) _out; \
OP_CONCAT(OMPI_OP_TYPE_PREPEND, type##type_size####x##type_cnt##_t) vsrc, vdst; \
OP_CONCAT(OMPI_OP_TYPE_PREPEND, type##type_size##x##type_cnt##_t) vsrc, vdst; \
for (; left_over >= type_cnt; left_over -= type_cnt) { \
vsrc = vld1q##_##type_name##type_size(in); \
vdst = vld1q##_##type_name##type_size(out); \
Expand Down

0 comments on commit 7c5ef48

Please sign in to comment.