We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa5993 + 2085433 commit a1d722dCopy full SHA for a1d722d
ompi/mca/op/aarch64/op_aarch64_functions.c
@@ -119,7 +119,7 @@ _Generic((*(out)), \
119
int left_over = *count; \
120
type##type_size##_t *in = (type##type_size##_t *) _in, \
121
*out = (type##type_size##_t *) _out; \
122
- 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; \
123
for (; left_over >= type_cnt; left_over -= type_cnt) { \
124
vsrc = vld1q##_##type_name##type_size(in); \
125
vdst = vld1q##_##type_name##type_size(out); \
0 commit comments