Skip to content

Commit

Permalink
fabtests: fix complex fill cast
Browse files Browse the repository at this point in the history
Signed-off-by: Alexia Ingerson <alexia.ingerson@intel.com>
  • Loading branch information
aingerson committed Oct 17, 2024
1 parent 0f7cc83 commit ec821db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/include/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static inline void *ft_get_page_end(const void *addr, size_t page_size)
OFI_COMPLEX(type) *d = (dst); \
for (i = 0; i < cnt; i++) { \
ofi_complex_set_##type (&d[i], \
*(OFI_COMPLEX(type) *) &integ_alphabet[a]); \
integ_alphabet[a]); \
if (++a >= integ_alphabet_length) \
a = 0; \
} \
Expand Down

0 comments on commit ec821db

Please sign in to comment.